diff options
Diffstat (limited to 'iolib.c')
-rw-r--r-- | iolib.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -3,7 +3,7 @@ | |||
3 | ** Input/output library to LUA | 3 | ** Input/output library to LUA |
4 | */ | 4 | */ |
5 | 5 | ||
6 | char *rcs_iolib="$Id: iolib.c,v 1.5 1994/08/04 16:23:29 celes Exp celes $"; | 6 | char *rcs_iolib="$Id: iolib.c,v 1.6 1994/08/11 23:11:57 celes Exp celes $"; |
7 | 7 | ||
8 | #include <stdlib.h> | 8 | #include <stdlib.h> |
9 | #include <string.h> | 9 | #include <string.h> |
@@ -17,6 +17,7 @@ char *rcs_iolib="$Id: iolib.c,v 1.5 1994/08/04 16:23:29 celes Exp celes $"; | |||
17 | #include "mm.h" | 17 | #include "mm.h" |
18 | 18 | ||
19 | #include "lua.h" | 19 | #include "lua.h" |
20 | #include "lualib.h" | ||
20 | 21 | ||
21 | static FILE *in=stdin, *out=stdout; | 22 | static FILE *in=stdin, *out=stdout; |
22 | 23 | ||