summaryrefslogtreecommitdiff
path: root/src/gcsd.c
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2010-11-17 19:33:45 +0000
committerChristian Pointner <equinox@spreadspace.org>2010-11-17 19:33:45 +0000
commit5d457adf1964bdf227b434441a9b1ed3c159915b (patch)
tree02ee98ebf2b27b1ab13204d0b98820dc24a4fc6e /src/gcsd.c
parentfixed loaderpath at module_list (diff)
added stdout module
git-svn-id: https://svn.spreadspace.org/gcsd/trunk@35 ac14a137-c7f1-4531-abe0-07747231d213
Diffstat (limited to 'src/gcsd.c')
-rw-r--r--src/gcsd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gcsd.c b/src/gcsd.c
index 76a9fc3..dbcc6d0 100644
--- a/src/gcsd.c
+++ b/src/gcsd.c
@@ -60,6 +60,7 @@ static const luaL_Reg gcsd_lualibs[] = {
{LUA_TABLIBNAME, luaopen_table},
{LUA_STRLIBNAME, luaopen_string},
{LUA_MATHLIBNAME, luaopen_math},
+ {LUA_IOLIBNAME, luaopen_io},
{LUA_LOGLIBNAME, luaopen_log},
{LUA_SIGNALLIBNAME, luaopen_signal},
{NULL, NULL}