diff options
Diffstat (limited to 'lbuiltin.h')
-rw-r--r-- | lbuiltin.h | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: $ | 2 | ** $Id: lbuiltin.h,v 1.1 1997/09/16 19:25:59 roberto Exp roberto $ |
3 | ** Built-in functions | 3 | ** Built-in functions |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -7,8 +7,9 @@ | |||
7 | #ifndef lbuiltin_h | 7 | #ifndef lbuiltin_h |
8 | #define lbuiltin_h | 8 | #define lbuiltin_h |
9 | 9 | ||
10 | #include "lua.h" | ||
10 | 11 | ||
11 | void luaB_predefine (void); | 12 | void luaB_predefine (lua_State *L); |
12 | 13 | ||
13 | 14 | ||
14 | #endif | 15 | #endif |