diff options
Diffstat (limited to 'lundump.c')
-rw-r--r-- | lundump.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,10 +1,9 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lundump.c,v 1.46 2002/05/07 17:36:56 roberto Exp roberto $ | 2 | ** $Id: lundump.c,v 1.47 2002/05/15 18:57:44 roberto Exp roberto $ |
3 | ** load pre-compiled Lua chunks | 3 | ** load pre-compiled Lua chunks |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
6 | 6 | ||
7 | #include <stdio.h> | ||
8 | #include <string.h> | 7 | #include <string.h> |
9 | 8 | ||
10 | #include "lua.h" | 9 | #include "lua.h" |