diff options
| author | Mike Pall <mike> | 2012-09-20 17:41:32 +0200 |
|---|---|---|
| committer | Mike Pall <mike> | 2012-09-20 17:41:32 +0200 |
| commit | 40afe71c3f4cc54a4f929f1b57d6ab5331d770f8 (patch) | |
| tree | 0b814bf8403ddeb69662d628b0ba7796dd05c51d | |
| parent | 8352335c745eb7053cdc39d949b036f90724a0fb (diff) | |
| download | luajit-40afe71c3f4cc54a4f929f1b57d6ab5331d770f8.tar.gz luajit-40afe71c3f4cc54a4f929f1b57d6ab5331d770f8.tar.bz2 luajit-40afe71c3f4cc54a4f929f1b57d6ab5331d770f8.zip | |
Fix last commit.
| -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" |
