Explorar o código

need stdint.h on Windows, too

Grant Limberg %!s(int64=5) %!d(string=hai) anos
pai
achega
423b0d891c
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      core/zerotier.h

+ 2 - 1
core/zerotier.h

@@ -27,9 +27,10 @@
 #include <netinet/in.h>
 #include <sys/types.h>
 #include <sys/socket.h>
+#endif
+
 #include <stdint.h>
 #include <stdlib.h>
-#endif
 
 #ifdef __cplusplus
 extern "C" {