diff options
Diffstat (limited to 'src/core/net-internal.h')
-rw-r--r-- | src/core/net-internal.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/core/net-internal.h b/src/core/net-internal.h index 79da708e..dd870a1b 100644 --- a/src/core/net-internal.h +++ b/src/core/net-internal.h @@ -2,5 +2,7 @@ #include <socks.h> #endif -#include <netdb.h> -#include <arpa/inet.h> +#ifndef WIN32 +# include <netdb.h> +# include <arpa/inet.h> +#endif |