diff options
| -rw-r--r-- | core.c | 4 |
1 files changed, 3 insertions, 1 deletions
| @@ -1,7 +1,9 @@ | |||
| 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 | #ifndef _MSC_VER |
| 5 | # include <unistd.h> | ||
| 6 | #endif | ||
| 5 | 7 | ||
| 6 | static int | 8 | static int |
| 7 | lua_isatty(lua_State *L) | 9 | lua_isatty(lua_State *L) |
