diff options
Diffstat (limited to 'lvm.c')
-rw-r--r-- | lvm.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lvm.c,v 1.113 2000/06/06 16:31:41 roberto Exp roberto $ | 2 | ** $Id: lvm.c,v 1.114 2000/06/08 17:48:31 roberto Exp roberto $ |
3 | ** Lua virtual machine | 3 | ** Lua virtual machine |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -11,6 +11,8 @@ | |||
11 | 11 | ||
12 | #define LUA_REENTRANT | 12 | #define LUA_REENTRANT |
13 | 13 | ||
14 | #include "lua.h" | ||
15 | |||
14 | #include "lapi.h" | 16 | #include "lapi.h" |
15 | #include "lauxlib.h" | 17 | #include "lauxlib.h" |
16 | #include "ldebug.h" | 18 | #include "ldebug.h" |