From 28fdbcf393c6c709a21a29f47cfa4c6ed4031ae9 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Sun, 2 Nov 2014 17:19:04 -0200 Subject: added include for 'lprefix.h', for stuff that must be added before any other header file --- lzio.c | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'lzio.c') diff --git a/lzio.c b/lzio.c index 9cfa215c..63ade652 100644 --- a/lzio.c +++ b/lzio.c @@ -1,15 +1,17 @@ /* -** $Id: lzio.c,v 1.34 2011/07/15 12:35:32 roberto Exp roberto $ +** $Id: lzio.c,v 1.35 2012/05/14 13:34:18 roberto Exp roberto $ ** Buffered streams ** See Copyright Notice in lua.h */ - -#include - #define lzio_c #define LUA_CORE +#include "lprefix.h" + + +#include + #include "lua.h" #include "llimits.h" -- cgit v1.2.3-55-g6feb