From 04b1b0fc52287228a2c9bc6a3cbf9a85bdd1f2fc Mon Sep 17 00:00:00 2001 From: ame Date: Mon, 12 Feb 2024 15:32:07 -0600 Subject: no clue what i changed --- src/i_util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/i_util.c') 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 #include - +#include "lua.h" void p_fatal(const char* m){ fprintf(stderr, "%s[ fatal ] %s %s\n",color_red, m, color_reset); exit(EXIT_FAILURE); -- cgit v1.2.3