summarylogtreecommitdiffstats
path: root/lua_include.patch
diff options
context:
space:
mode:
authormaz-12017-02-22 14:37:37 +0800
committermaz-12017-02-22 14:37:37 +0800
commitfbc113988298c8a8b1c4988ecf22aa5d5b4c34b2 (patch)
treee7625df54aaa6ca7bd5a824337d2fc82bf6ea199 /lua_include.patch
parentb53edbd880925380188b98877038cc47128af267 (diff)
downloadaur-onscripter-jh-hg.tar.gz
update
Diffstat (limited to 'lua_include.patch')
-rw-r--r--lua_include.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/lua_include.patch b/lua_include.patch
new file mode 100644
index 000000000000..85ad128abb96
--- /dev/null
+++ b/lua_include.patch
@@ -0,0 +1,12 @@
+diff -Naur a/LUAHandler.h b/LUAHandler.h
+--- a/LUAHandler.h 2017-02-22 14:18:12.000000000 +0800
++++ b/LUAHandler.h 2017-02-22 14:19:04.074271940 +0800
+@@ -24,7 +24,7 @@
+ #if !defined(__LUA_HANDLER_H__) && defined(USE_LUA)
+ #define __LUA_HANDLER_H__
+
+-#include <lua.hpp>
++#include <lua5.1/lua.hpp>
+
+ class ONScripter;
+ class ScriptHandler;