diff options
Diffstat (limited to 'lbuffer.c')
-rw-r--r-- | lbuffer.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lbuffer.c,v 1.12 2000/03/03 14:58:26 roberto Exp roberto $ | 2 | ** $Id: lbuffer.c,v 1.13 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 | */ |
@@ -9,6 +9,8 @@ | |||
9 | 9 | ||
10 | #define LUA_REENTRANT | 10 | #define LUA_REENTRANT |
11 | 11 | ||
12 | #include "lua.h" | ||
13 | |||
12 | #include "lauxlib.h" | 14 | #include "lauxlib.h" |
13 | #include "lmem.h" | 15 | #include "lmem.h" |
14 | #include "lstate.h" | 16 | #include "lstate.h" |