From 1de5587184eb2d8d9f379c661f77f7e450764894 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Mon, 12 Jun 2000 10:52:05 -0300 Subject: `lua.h' is included before any other Lua header file --- lzio.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lzio.c') diff --git a/lzio.c b/lzio.c index cecd16a1..c523ece5 100644 --- a/lzio.c +++ b/lzio.c @@ -1,5 +1,5 @@ /* -** $Id: lzio.c,v 1.11 2000/03/03 14:58:26 roberto Exp roberto $ +** $Id: lzio.c,v 1.12 2000/05/24 13:54:49 roberto Exp roberto $ ** a generic input stream interface ** See Copyright Notice in lua.h */ @@ -9,6 +9,8 @@ #include #include +#include "lua.h" + #include "lzio.h" -- cgit v1.2.3-55-g6feb