1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-02-12 18:41:51 +00:00
openmptcprouter-feeds/tracebox/patches/204-fix-lua-namespace-crafter.patch
2018-08-06 14:09:39 +02:00

10 lines
249 B
Diff

--- 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();