diff options
Diffstat (limited to 'core.c')
-rw-r--r-- | core.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ | |||
1 | #include <lua.h> | 1 | #include <lua.h> |
2 | #include <lauxlib.h> | 2 | #include <lauxlib.h> |
3 | #include <lualib.h> | 3 | #include <lualib.h> |
4 | #include <unistd.h> | ||
4 | 5 | ||
5 | static int | 6 | static int |
6 | lua_isatty(lua_State *L) | 7 | lua_isatty(lua_State *L) |