diff options
Diffstat (limited to 'lstrlib.c')
-rw-r--r-- | lstrlib.c | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lstrlib.c,v 1.42 2000/05/02 18:32:22 roberto Exp roberto $ | 2 | ** $Id: lstrlib.c,v 1.43 2000/05/24 13:54:49 roberto Exp roberto $ |
3 | ** Standard library for string operations and pattern-matching | 3 | ** Standard library for string operations and pattern-matching |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -13,8 +13,9 @@ | |||
13 | 13 | ||
14 | #define LUA_REENTRANT | 14 | #define LUA_REENTRANT |
15 | 15 | ||
16 | #include "lauxlib.h" | ||
17 | #include "lua.h" | 16 | #include "lua.h" |
17 | |||
18 | #include "lauxlib.h" | ||
18 | #include "lualib.h" | 19 | #include "lualib.h" |
19 | 20 | ||
20 | 21 | ||