diff options
| author | LLLL Colonq <llll@colonq> | 2025-12-19 16:24:15 -0500 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2025-12-19 16:24:15 -0500 |
| commit | 219c94c7eb7448bfc86602579de3765216888297 (patch) | |
| tree | 04d45285bec04fe0e4e025e90f50dc262384b390 /src/utils.c | |
| parent | 09435bffe025a96e0d9c3b44ee9c505973b383bd (diff) | |
Update
Diffstat (limited to 'src/utils.c')
| -rw-r--r-- | src/utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils.c b/src/utils.c index fcc4762..ebff4a7 100644 --- a/src/utils.c +++ b/src/utils.c @@ -2,7 +2,7 @@ #include <stdlib.h> #include <stdarg.h> -#include "utils.h" +#include <lcq/pit/utils.h> void pit_panic(const char *format, ...) { va_list vargs; |
