diff options
Diffstat (limited to '')
| -rw-r--r-- | ltests.c | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -1,5 +1,5 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** $Id: ltests.c,v 1.6 2000/01/24 20:11:26 roberto Exp roberto $ | 2 | ** $Id: ltests.c,v 1.7 2000/02/08 16:34:31 roberto Exp roberto $ |
| 3 | ** Internal Module for Debugging of the Lua Implementation | 3 | ** Internal Module for Debugging of the Lua Implementation |
| 4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
| 5 | */ | 5 | */ |
| @@ -7,6 +7,7 @@ | |||
| 7 | 7 | ||
| 8 | #include <ctype.h> | 8 | #include <ctype.h> |
| 9 | #include <stdlib.h> | 9 | #include <stdlib.h> |
| 10 | #include <string.h> | ||
| 10 | 11 | ||
| 11 | #define LUA_REENTRANT | 12 | #define LUA_REENTRANT |
| 12 | 13 | ||
