summaryrefslogtreecommitdiff
path: root/src/gcsd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gcsd.c')
-rw-r--r--src/gcsd.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gcsd.c b/src/gcsd.c
index acbab40..b2200b6 100644
--- a/src/gcsd.c
+++ b/src/gcsd.c
@@ -44,6 +44,7 @@
#include "string_list.h"
#include "log.h"
#include "l_rawio.h"
+#include "l_tcp.h"
#include "l_util.h"
#include "l_timer.h"
#include "l_log.h"
@@ -65,6 +66,7 @@ static const luaL_Reg gcsd_lualibs[] = {
{LUA_STRLIBNAME, luaopen_string},
{LUA_MATHLIBNAME, luaopen_math},
{LUA_RAWIOLIBNAME, luaopen_rawio},
+ {LUA_TCPLIBNAME, luaopen_tcp},
{LUA_UTILLIBNAME, luaopen_util},
{LUA_TIMERLIBNAME, luaopen_timer},
{LUA_LOGLIBNAME, luaopen_log},