diff --git a/lua.c b/lua.c index 2e259bfb..4e52ac61 100644 --- a/lua.c +++ b/lua.c @@ -1,11 +1,12 @@ /* -** $Id: lua.c,v 1.11 1997/12/22 18:05:23 roberto Exp roberto $ +** $Id: lua.c,v 1.12 1997/12/22 20:03:50 roberto Exp roberto $ ** Lua stand-alone interpreter ** See Copyright Notice in lua.h */ #include +#include #include #include "lua.h"