diff options
Diffstat (limited to '')
-rw-r--r-- | src/serial.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/serial.c b/src/serial.c index 7bdb21c..21485d3 100644 --- a/src/serial.c +++ b/src/serial.c | |||
@@ -2,15 +2,14 @@ | |||
2 | * Serial stream | 2 | * Serial stream |
3 | * LuaSocket toolkit | 3 | * LuaSocket toolkit |
4 | \*=========================================================================*/ | 4 | \*=========================================================================*/ |
5 | #include <string.h> | 5 | #include "luasocket.h" |
6 | |||
7 | #include "lua.h" | ||
8 | #include "lauxlib.h" | ||
9 | 6 | ||
10 | #include "auxiliar.h" | 7 | #include "auxiliar.h" |
11 | #include "socket.h" | 8 | #include "socket.h" |
12 | #include "options.h" | 9 | #include "options.h" |
13 | #include "unix.h" | 10 | #include "unix.h" |
11 | |||
12 | #include <string.h> | ||
14 | #include <sys/un.h> | 13 | #include <sys/un.h> |
15 | 14 | ||
16 | /* | 15 | /* |