diff options
Diffstat (limited to 'ldblib.c')
-rw-r--r-- | ldblib.c | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: ldblib.c,v 1.15 2000/05/12 19:49:18 roberto Exp roberto $ | 2 | ** $Id: ldblib.c,v 1.16 2000/05/24 13:54:49 roberto Exp roberto $ |
3 | ** Interface from Lua to its debug API | 3 | ** Interface from Lua to its debug API |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -11,8 +11,9 @@ | |||
11 | 11 | ||
12 | #define LUA_REENTRANT | 12 | #define LUA_REENTRANT |
13 | 13 | ||
14 | #include "lauxlib.h" | ||
15 | #include "lua.h" | 14 | #include "lua.h" |
15 | |||
16 | #include "lauxlib.h" | ||
16 | #include "luadebug.h" | 17 | #include "luadebug.h" |
17 | #include "lualib.h" | 18 | #include "lualib.h" |
18 | 19 | ||