From 898e8a67942186d62aa2cd3dc4ef96fe894788ef Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Fri, 20 Feb 2004 13:01:05 -0300 Subject: added include to stdarg.h (as it uses vararg facilities) --- lobject.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'lobject.h') diff --git a/lobject.h b/lobject.h index 4cdb1701..f9968a09 100644 --- a/lobject.h +++ b/lobject.h @@ -1,13 +1,17 @@ /* -** $Id: lobject.h,v 2.1 2003/12/10 12:13:36 roberto Exp roberto $ +** $Id: lobject.h,v 2.2 2004/02/16 19:09:52 roberto Exp roberto $ ** Type definitions for Lua objects ** See Copyright Notice in lua.h */ + #ifndef lobject_h #define lobject_h +#include + + #include "llimits.h" #include "lua.h" -- cgit v1.2.3-55-g6feb