diff options
-rw-r--r-- | src/Makefile.dep | 3 | ||||
-rw-r--r-- | src/lib_debug.c | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile.dep b/src/Makefile.dep index e00ba2f6..af5d33b1 100644 --- a/src/Makefile.dep +++ b/src/Makefile.dep | |||
@@ -8,7 +8,8 @@ lib_base.o: lib_base.c lua.h luaconf.h lauxlib.h lualib.h lj_obj.h \ | |||
8 | lib_bit.o: lib_bit.c lua.h luaconf.h lauxlib.h lualib.h lj_obj.h lj_def.h \ | 8 | lib_bit.o: lib_bit.c lua.h luaconf.h lauxlib.h lualib.h lj_obj.h lj_def.h \ |
9 | lj_arch.h lj_err.h lj_errmsg.h lj_str.h lj_lib.h lj_libdef.h | 9 | lj_arch.h lj_err.h lj_errmsg.h lj_str.h lj_lib.h lj_libdef.h |
10 | lib_debug.o: lib_debug.c lua.h luaconf.h lauxlib.h lualib.h lj_obj.h \ | 10 | lib_debug.o: lib_debug.c lua.h luaconf.h lauxlib.h lualib.h lj_obj.h \ |
11 | lj_def.h lj_arch.h lj_err.h lj_errmsg.h lj_debug.h lj_lib.h lj_libdef.h | 11 | lj_def.h lj_arch.h lj_gc.h lj_err.h lj_errmsg.h lj_debug.h lj_lib.h \ |
12 | lj_libdef.h | ||
12 | lib_ffi.o: lib_ffi.c lua.h luaconf.h lauxlib.h lualib.h lj_obj.h lj_def.h \ | 13 | lib_ffi.o: lib_ffi.c lua.h luaconf.h lauxlib.h lualib.h lj_obj.h lj_def.h \ |
13 | lj_arch.h lj_gc.h lj_err.h lj_errmsg.h lj_str.h lj_tab.h lj_meta.h \ | 14 | lj_arch.h lj_gc.h lj_err.h lj_errmsg.h lj_str.h lj_tab.h lj_meta.h \ |
14 | lj_ctype.h lj_cparse.h lj_cdata.h lj_cconv.h lj_carith.h lj_ccall.h \ | 15 | lj_ctype.h lj_cparse.h lj_cdata.h lj_cconv.h lj_carith.h lj_ccall.h \ |
diff --git a/src/lib_debug.c b/src/lib_debug.c index 0330f1d2..ebe0691f 100644 --- a/src/lib_debug.c +++ b/src/lib_debug.c | |||
@@ -14,6 +14,7 @@ | |||
14 | #include "lualib.h" | 14 | #include "lualib.h" |
15 | 15 | ||
16 | #include "lj_obj.h" | 16 | #include "lj_obj.h" |
17 | #include "lj_gc.h" | ||
17 | #include "lj_err.h" | 18 | #include "lj_err.h" |
18 | #include "lj_debug.h" | 19 | #include "lj_debug.h" |
19 | #include "lj_lib.h" | 20 | #include "lj_lib.h" |