diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2012-03-19 13:00:51 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2012-03-19 13:00:51 +0000 |
commit | 1ecdfbe3b855b1f13bcddccc20135f7e35f171a6 (patch) | |
tree | 253b431bc06ce806ee47aa7b7c4285da8c5503d6 /src/htsnet.h | |
parent | 4aec03f2cbabc19cf31e7d6f9fdcd6c84cfa861e (diff) |
httrack 3.43.12
Diffstat (limited to 'src/htsnet.h')
-rw-r--r-- | src/htsnet.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/htsnet.h b/src/htsnet.h index 7c7fbe3..14b00f0 100644 --- a/src/htsnet.h +++ b/src/htsnet.h @@ -65,8 +65,8 @@ Please visit our Website: http://www.httrack.com #endif #include <sys/ioctl.h> /* gethostname & co */ -#ifdef HAVE_UNISTD_H - #include <unistd.h> +#ifndef _WIN32 +#include <unistd.h> #endif /* inet_addr */ #include <arpa/inet.h> |