summaryrefslogtreecommitdiff
path: root/src/lzio.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lzio.c')
-rw-r--r--src/lzio.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lzio.c b/src/lzio.c
index f538ea75..20f0724c 100644
--- a/src/lzio.c
+++ b/src/lzio.c
@@ -1,5 +1,5 @@
/*
-** $Id: lzio.c,v 1.28 2003/11/18 10:44:53 roberto Exp $
+** $Id: lzio.c,v 1.29 2004/04/30 20:13:38 roberto Exp $
** a generic input stream interface
** See Copyright Notice in lua.h
*/
@@ -8,6 +8,7 @@
#include <string.h>
#define lzio_c
+#define LUA_CORE
#include "lua.h"