Просмотр исходного кода

Move sys/timeb.h to Win32 section.

z3APA3A 8 лет назад
Родитель
Сommit
747828d3ab
1 измененных файлов с 1 добавлено и 1 удалено
  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>
 
@@ -37,6 +36,7 @@
 
 #ifdef _WIN32
 #include <winsock2.h>
+#include <sys/timeb.h>
 #ifndef _WINCE
 #include <io.h>
 #else