1
0
mirror of https://github.com/lunarmodules/luasocket.git synced 2025-04-11 19:26:44 +02:00

serial.c: include luasocket.h

This commit is contained in:
E. Westbrook 2019-02-25 16:00:38 -07:00
parent fae993c118
commit 898f2df025

@ -2,6 +2,8 @@
* Serial stream
* LuaSocket toolkit
\*=========================================================================*/
#include "luasocket.h"
#include <string.h>
#include "lua.h"