diff options
Diffstat (limited to 'src/auxiliar.h')
-rw-r--r-- | src/auxiliar.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/auxiliar.h b/src/auxiliar.h index 70f4704..ff20b50 100644 --- a/src/auxiliar.h +++ b/src/auxiliar.h | |||
@@ -31,8 +31,8 @@ | |||
31 | * RCS ID: $Id$ | 31 | * RCS ID: $Id$ |
32 | \*=========================================================================*/ | 32 | \*=========================================================================*/ |
33 | 33 | ||
34 | #include <lua.h> | 34 | #include "lua.h" |
35 | #include <lauxlib.h> | 35 | #include "lauxlib.h" |
36 | 36 | ||
37 | int aux_open(lua_State *L); | 37 | int aux_open(lua_State *L); |
38 | void aux_newclass(lua_State *L, const char *classname, luaL_reg *func); | 38 | void aux_newclass(lua_State *L, const char *classname, luaL_reg *func); |