diff options
Diffstat (limited to 'lauxlib.c')
-rw-r--r-- | lauxlib.c | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lauxlib.c,v 1.27 2000/03/30 17:19:48 roberto Exp roberto $ | 2 | ** $Id: lauxlib.c,v 1.28 2000/05/24 13:54:49 roberto Exp roberto $ |
3 | ** Auxiliary functions for building Lua libraries | 3 | ** Auxiliary functions for building Lua libraries |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -16,8 +16,9 @@ | |||
16 | 16 | ||
17 | #define LUA_REENTRANT | 17 | #define LUA_REENTRANT |
18 | 18 | ||
19 | #include "lauxlib.h" | ||
20 | #include "lua.h" | 19 | #include "lua.h" |
20 | |||
21 | #include "lauxlib.h" | ||
21 | #include "luadebug.h" | 22 | #include "luadebug.h" |
22 | 23 | ||
23 | 24 | ||