summary refs log tree commit diff
path: root/pkgs/development/tools/toluapp/headers.patch
blob: 59a47bb989a920f40e7250e43f87edc48f103fc8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/include/tolua++.h b/include/tolua++.h
index ed53449..f57d56d 100644
--- a/include/tolua++.h
+++ b/include/tolua++.h
@@ -43,8 +43,8 @@ extern "C" {

 typedef int lua_Object;

-#include "lua.h"
-#include "lauxlib.h"
+#include <lua.h>
+#include <lauxlib.h>

 struct tolua_Error
 {