diff options
-rw-r--r-- | ldebug.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,10 +1,12 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: ldebug.c,v 1.7 2000/01/28 16:53:00 roberto Exp roberto $ | 2 | ** $Id: ldebug.c,v 1.8 2000/02/11 16:52:54 roberto Exp roberto $ |
3 | ** Debug Interface | 3 | ** Debug Interface |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
6 | 6 | ||
7 | 7 | ||
8 | #include <stdlib.h> | ||
9 | |||
8 | #define LUA_REENTRANT | 10 | #define LUA_REENTRANT |
9 | 11 | ||
10 | #include "lapi.h" | 12 | #include "lapi.h" |