diff options
Diffstat (limited to 'tools/inetcat.c')
| -rw-r--r-- | tools/inetcat.c | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/tools/inetcat.c b/tools/inetcat.c index 5db9349..c6e0250 100644 --- a/tools/inetcat.c +++ b/tools/inetcat.c @@ -37,6 +37,9 @@  #ifdef _WIN32  #include <winsock2.h>  #include <windows.h> +#ifndef _MSC_VER +#include <unistd.h> +#endif  #else  #include <fcntl.h>  #include <unistd.h> | 
