diff --git a/examples/lua_dll.c b/examples/lua_dll.c index e914c944..a998164f 100644 --- a/examples/lua_dll.c +++ b/examples/lua_dll.c @@ -1,7 +1,5 @@ #include - -#include "lua.h" -#include "lauxlib.h" +#include "lua-5.2.1.h" static int smile(lua_State *L) { (void) L; // Unused