summaryrefslogtreecommitdiff
path: root/lapi.c
diff options
context:
space:
mode:
Diffstat (limited to 'lapi.c')
-rw-r--r--lapi.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lapi.c b/lapi.c
index 928a8afc..59129f71 100644
--- a/lapi.c
+++ b/lapi.c
@@ -1,11 +1,12 @@
/*
-** $Id: lapi.c,v 2.1 2003/12/10 12:13:36 roberto Exp roberto $
+** $Id: lapi.c,v 2.2 2004/01/15 12:40:26 roberto Exp roberto $
** Lua API
** See Copyright Notice in lua.h
*/
#include <assert.h>
+#include <stdarg.h>
#include <string.h>
#define lapi_c