@@ -96,6 +96,10 @@
#include <arpa/inet.h>
#endif
+#ifdef WIN32
+typedef int socklen_t;
+#endif
+
#define EVDNS_LOG_DEBUG 0
#define EVDNS_LOG_WARN 1