diff options
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 | /* |
