diff options
| author | ame <[email protected]> | 2024-02-12 15:32:07 -0600 |
|---|---|---|
| committer | ame <[email protected]> | 2024-02-12 15:32:07 -0600 |
| commit | d85b1d781655663ee52d180e0fb9abe7e476adf5 (patch) | |
| tree | 56f4e10d97f62cf1d937038b2ad78f38f7d53a48 /src/i_util.c | |
| parent | a49a8175e668db69760a3bc0a3c9e7a56351d111 (diff) | |
no clue what i changed
Diffstat (limited to 'src/i_util.c')
| -rw-r--r-- | src/i_util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/i_util.c b/src/i_util.c index 3e077f4..0a20224 100644 --- a/src/i_util.c +++ b/src/i_util.c @@ -1,7 +1,7 @@ #include "i_util.h" #include <stdio.h> #include <stdlib.h> - +#include "lua.h" void p_fatal(const char* m){ fprintf(stderr, "%s[ fatal ] %s %s\n",color_red, m, color_reset); exit(EXIT_FAILURE); |
