소스 검색

need stdint.h on Windows, too

Grant Limberg 5 년 전
부모
커밋
423b0d891c
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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" {