diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/serial.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/serial.c b/src/serial.c index 7bdb21c..cb46edb 100644 --- a/src/serial.c +++ b/src/serial.c | |||
@@ -2,6 +2,8 @@ | |||
2 | * Serial stream | 2 | * Serial stream |
3 | * LuaSocket toolkit | 3 | * LuaSocket toolkit |
4 | \*=========================================================================*/ | 4 | \*=========================================================================*/ |
5 | #include "luasocket.h" | ||
6 | |||
5 | #include <string.h> | 7 | #include <string.h> |
6 | 8 | ||
7 | #include "lua.h" | 9 | #include "lua.h" |