diff options
Diffstat (limited to 'lua.c')
| -rw-r--r-- | lua.c | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -1,5 +1,5 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** $Id: lua.c,v 1.37 2000/04/14 17:46:29 roberto Exp roberto $ | 2 | ** $Id: lua.c,v 1.38 2000/05/10 17:00:21 roberto Exp roberto $ |
| 3 | ** Lua stand-alone interpreter | 3 | ** Lua stand-alone interpreter |
| 4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
| 5 | */ | 5 | */ |
| @@ -11,6 +11,7 @@ | |||
| 11 | #include <string.h> | 11 | #include <string.h> |
| 12 | 12 | ||
| 13 | #include "lua.h" | 13 | #include "lua.h" |
| 14 | |||
| 14 | #include "luadebug.h" | 15 | #include "luadebug.h" |
| 15 | #include "lualib.h" | 16 | #include "lualib.h" |
| 16 | 17 | ||
