Parcourir la source

need stdint.h on Windows, too

Grant Limberg il y a 5 ans
Parent
commit
423b0d891c
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  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" {