add thrift

This commit is contained in:
ziggi
2021-06-02 12:31:21 +00:00
parent f7e2487cc3
commit 3f215f778a
18 changed files with 394 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
--- lib/lua/src/usocket.c.orig 2018-09-24 22:09:54 UTC
+++ lib/lua/src/usocket.c
@@ -25,6 +25,7 @@
#include <unistd.h>
#include <fcntl.h>
#include <errno.h>
+#include <netinet/in.h>
#include <stdio.h> // TODO REMOVE