mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-09-02 04:11:33 +02:00
Luasocket is the most comprehensive networking support library for the Lua language. http://luaforge.net/projects/luasocket/
11 lines
247 B
Diff
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>
|
|
|
|
/*
|