summaryrefslogtreecommitdiff
path: root/deps/nghttp2/lib/includes/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/nghttp2/lib/includes/config.h')
-rw-r--r--deps/nghttp2/lib/includes/config.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/deps/nghttp2/lib/includes/config.h b/deps/nghttp2/lib/includes/config.h
index 242bbcfb62..12a816e4dd 100644
--- a/deps/nghttp2/lib/includes/config.h
+++ b/deps/nghttp2/lib/includes/config.h
@@ -54,7 +54,9 @@ typedef intptr_t ssize_t;
/* #undef NOTHREADS */
/* Define to 1 if you have the <arpa/inet.h> header file. */
-/* #undef HAVE_ARPA_INET_H */
+#ifndef _WIN32
+# define HAVE_ARPA_INET_H 1
+#endif
/* Define to 1 if you have the <fcntl.h> header file. */
#define HAVE_FCNTL_H 1