From 4b23ff1cbdadc9e9900f15d4fa75831dca9b820e Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sun, 27 Dec 2009 21:40:41 +0000 Subject: added signal handler and initial main loop --- src/anylike.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/anylike.c') diff --git a/src/anylike.c b/src/anylike.c index 8ee0a61..a4cb272 100644 --- a/src/anylike.c +++ b/src/anylike.c @@ -37,6 +37,7 @@ #include "log.h" #include "l_log.h" #include "l_crypt.h" +#include "l_sig_handler.h" #ifndef USE_SSL_CRYPTO #include @@ -84,6 +85,7 @@ static const luaL_Reg anylike_lualibs[] = { {LUA_STRLIBNAME, luaopen_string}, {LUA_MATHLIBNAME, luaopen_math}, {LUA_LOGLIBNAME, luaopen_log}, + {LUA_SIGNALLIBNAME, luaopen_signal}, {LUA_CRYPTLIBNAME, luaopen_crypt}, {NULL, NULL} }; -- cgit v1.2.3