z3APA3A
před 8 roky
1 změnil soubory, kde provedl
1 přidání a
1 odebrání
-
1
1
src/proxy.h
|
@@ -21,7 +21,6 @@
|
|
|
#include <ctype.h>
|
|
#include <ctype.h>
|
|
|
#include <sys/types.h>
|
|
#include <sys/types.h>
|
|
|
#include <sys/stat.h>
|
|
#include <sys/stat.h>
|
|
|
-#include <sys/timeb.h>
|
|
|
|
|
#include <fcntl.h>
|
|
#include <fcntl.h>
|
|
|
#include <time.h>
|
|
#include <time.h>
|
|
|
|
|
|
|
@@ -37,6 +36,7 @@
|
|
|
|
|
|
|
|
#ifdef _WIN32
|
|
#ifdef _WIN32
|
|
|
#include <winsock2.h>
|
|
#include <winsock2.h>
|
|
|
|
|
+#include <sys/timeb.h>
|
|
|
#ifndef _WINCE
|
|
#ifndef _WINCE
|
|
|
#include <io.h>
|
|
#include <io.h>
|
|
|
#else
|
|
#else
|