aports/testing/lua5.2-socket/include-luasocket.patch
Natanael Copa 2071623eba testing/lua5.2-socket: new aport
Luasocket is the most comprehensive networking support library for the Lua language.
http://luaforge.net/projects/luasocket/
2013-07-09 14:24:19 +00:00

11 lines
247 B
Diff

--- ./src/serial.c.orig 2013-07-09 14:16:04.793467198 +0000
+++ ./src/serial.c 2013-07-09 14:16:20.230304446 +0000
@@ -11,6 +11,7 @@
#include "socket.h"
#include "options.h"
#include "unix.h"
+#include "luasocket.h"
#include <sys/un.h>
/*