diff options
Diffstat (limited to 'lzio.c')
-rw-r--r-- | lzio.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lzio.c,v 1.21 2002/08/06 17:26:45 roberto Exp roberto $ | 2 | ** $Id: lzio.c,v 1.22 2002/10/08 18:46:08 roberto Exp roberto $ |
3 | ** a generic input stream interface | 3 | ** a generic input stream interface |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -7,6 +7,8 @@ | |||
7 | 7 | ||
8 | #include <string.h> | 8 | #include <string.h> |
9 | 9 | ||
10 | #define lzio_c | ||
11 | |||
10 | #include "lua.h" | 12 | #include "lua.h" |
11 | 13 | ||
12 | #include "llimits.h" | 14 | #include "llimits.h" |