diff options
author | E. Westbrook <github@westbrook.io> | 2019-02-27 21:00:38 -0700 |
---|---|---|
committer | E. Westbrook <github@westbrook.io> | 2019-03-10 00:04:20 -0700 |
commit | c8b9b40eda1325929ce8fae31564e9b29957167c (patch) | |
tree | 579a6cf7f3ff549e6e04e4ccfc7335cf168630b2 /src | |
parent | c2245f35c500b44bde6295f3f47cffd1c7b7e260 (diff) | |
download | luasocket-c8b9b40eda1325929ce8fae31564e9b29957167c.tar.gz luasocket-c8b9b40eda1325929ce8fae31564e9b29957167c.tar.bz2 luasocket-c8b9b40eda1325929ce8fae31564e9b29957167c.zip |
serial.c: pragma visibiliity
Diffstat (limited to 'src')
-rw-r--r-- | src/serial.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/serial.c b/src/serial.c index cb46edb..21485d3 100644 --- a/src/serial.c +++ b/src/serial.c | |||
@@ -4,15 +4,12 @@ | |||
4 | \*=========================================================================*/ | 4 | \*=========================================================================*/ |
5 | #include "luasocket.h" | 5 | #include "luasocket.h" |
6 | 6 | ||
7 | #include <string.h> | ||
8 | |||
9 | #include "lua.h" | ||
10 | #include "lauxlib.h" | ||
11 | |||
12 | #include "auxiliar.h" | 7 | #include "auxiliar.h" |
13 | #include "socket.h" | 8 | #include "socket.h" |
14 | #include "options.h" | 9 | #include "options.h" |
15 | #include "unix.h" | 10 | #include "unix.h" |
11 | |||
12 | #include <string.h> | ||
16 | #include <sys/un.h> | 13 | #include <sys/un.h> |
17 | 14 | ||
18 | /* | 15 | /* |