diff options
Diffstat (limited to 'liolib.c')
-rw-r--r-- | liolib.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: liolib.c,v 2.26 2002/12/04 15:17:36 roberto Exp roberto $ | 2 | ** $Id: liolib.c,v 2.27 2002/12/04 15:27:17 roberto Exp roberto $ |
3 | ** Standard I/O (and system) library | 3 | ** Standard I/O (and system) library |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -12,6 +12,8 @@ | |||
12 | #include <string.h> | 12 | #include <string.h> |
13 | #include <time.h> | 13 | #include <time.h> |
14 | 14 | ||
15 | #define liolib_c | ||
16 | |||
15 | #include "lua.h" | 17 | #include "lua.h" |
16 | 18 | ||
17 | #include "lauxlib.h" | 19 | #include "lauxlib.h" |