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 d25c13a..4fedaf3 100644
--- a/src/gcsd.c
+++ b/src/gcsd.c
@@ -44,6 +44,7 @@
#include "log.h"
#include "l_rawio.h"
#include "l_util.h"
+#include "l_timer.h"
#include "l_log.h"
#include "l_sig_handler.h"
@@ -64,6 +65,7 @@ static const luaL_Reg gcsd_lualibs[] = {
{LUA_MATHLIBNAME, luaopen_math},
{LUA_RAWIOLIBNAME, luaopen_rawio},
{LUA_UTILLIBNAME, luaopen_util},
+ {LUA_TIMERLIBNAME, luaopen_timer},
{LUA_LOGLIBNAME, luaopen_log},
{LUA_SIGNALLIBNAME, luaopen_signal},
{NULL, NULL}