Parcourir la source

Move sys/timeb.h to Win32 section.

z3APA3A il y a 8 ans
Parent
commit
0bda7f332e
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/proxy.h

+ 1 - 1
src/proxy.h

@@ -21,7 +21,6 @@
 #include <ctype.h>
 #include <sys/types.h>
 #include <sys/stat.h>
-#include <sys/timeb.h>
 #include <fcntl.h>
 #include <time.h>
 
@@ -47,6 +46,7 @@
 
 #ifdef _WIN32
 #include <winsock2.h>
+#include <sys/timeb.h>
 #ifndef _WINCE
 #include <io.h>
 #else