aboutsummaryrefslogtreecommitdiff
path: root/ares/setup.h
diff options
context:
space:
mode:
Diffstat (limited to 'ares/setup.h')
-rw-r--r--ares/setup.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ares/setup.h b/ares/setup.h
index eca1c90bb..a713ef9cb 100644
--- a/ares/setup.h
+++ b/ares/setup.h
@@ -34,6 +34,7 @@
/* now typedef our socket type */
#ifdef WIN32
+#include <winsock.h>
typedef SOCKET ares_socket_t;
#define ARES_SOCKET_BAD INVALID_SOCKET
#else