1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Add tracebox

This commit is contained in:
Ycarus 2018-08-06 14:09:39 +02:00
parent bd646c5b69
commit 67f9b018cf
8 changed files with 201 additions and 0 deletions

View file

@ -0,0 +1,10 @@
--- 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();