Explorar o código

add winsock if you've got it, regardless of whether you're msv

svn:r2573
Roger Dingledine %!s(int64=20) %!d(string=hai) anos
pai
achega
c4c6ee7d61
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      src/common/util.h

+ 3 - 0
src/common/util.h

@@ -24,6 +24,9 @@
 #error "It seems your platform does not represent NULL as zero. We can't cope."
 #endif
 
+#ifdef HAVE_WINSOCK_H
+#include <winsock.h>
+#endif
 #if _MSC_VER > 1300
 #include <winsock2.h>
 #include <ws2tcpip.h>