summaryrefslogtreecommitdiffstats
path: root/src/tolua++.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/tolua++.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tolua++.h b/src/tolua++.h
index ed5344926..dff1e91be 100644
--- a/src/tolua++.h
+++ b/src/tolua++.h
@@ -43,8 +43,8 @@ extern "C" {
typedef int lua_Object;
-#include "lua.h"
-#include "lauxlib.h"
+#include "../lib/lua/src/lua.h"
+#include "../lib/lua/src/lauxlib.h"
struct tolua_Error
{