1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-02-13 19:11:51 +00:00
openmptcprouter-feeds/tracebox/patches/204-fix-lua-namespace-crafter.patch

11 lines
249 B
Diff
Raw Normal View History

2018-08-06 12:09:39 +00:00
--- a/src/tracebox/lua.cc 2018-07-20 20:04:08.984285796 +0200
+++ b/src/tracebox/lua.cc 2018-07-20 20:04:22.336156705 +0200
@@ -12,6 +12,7 @@
#include "lauxlib.h"
}
#include "config.h"
+#include "PartialHeader.h"
extern lua_State* l_init();