This commit is contained in:
Roberto Ierusalimschy
2003-03-07 10:21:31 -03:00
parent 8ce6f0b418
commit 7c3857cded
2 changed files with 8 additions and 3 deletions

5
lua.c
View File

@@ -1,5 +1,5 @@
/*
** $Id: lua.c,v 1.115 2003/01/29 10:27:07 roberto Exp roberto $
** $Id: lua.c,v 1.116 2003/01/29 13:23:45 roberto Exp roberto $
** Lua stand-alone interpreter
** See Copyright Notice in lua.h
*/
@@ -26,6 +26,9 @@
#endif
/*
** definition of `isatty'
*/
#ifdef _POSIX_C_SOURCE
#include <unistd.h>
#else