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 --- lbuffer.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lbuffer.c') diff --git a/lbuffer.c b/lbuffer.c index 043ed5a3..5361ba75 100644 --- a/lbuffer.c +++ b/lbuffer.c @@ -1,5 +1,5 @@ /* -** $Id: lbuffer.c,v 1.12 2000/03/03 14:58:26 roberto Exp roberto $ +** $Id: lbuffer.c,v 1.13 2000/05/24 13:54:49 roberto Exp roberto $ ** Auxiliary functions for building Lua libraries ** See Copyright Notice in lua.h */ @@ -9,6 +9,8 @@ #define LUA_REENTRANT +#include "lua.h" + #include "lauxlib.h" #include "lmem.h" #include "lstate.h" -- cgit v1.2.3-55-g6feb