diff options
author | Yang Tse <yangsita@gmail.com> | 2011-07-25 04:08:08 +0200 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2011-07-25 04:08:08 +0200 |
commit | 0337b871975ab515c513d2c5d596feb9a489494d (patch) | |
tree | 00eb1adfdf5e4394ef3b307aa7a4eb9d93c88c5c /lib/gopher.c | |
parent | 0a26b0e3e7e5cb616a03dd428c24e660a60d57ce (diff) | |
download | curl-0337b871975ab515c513d2c5d596feb9a489494d.tar.gz |
time.h and sys/time.h inclusion conditionally done in setup_once.h
Diffstat (limited to 'lib/gopher.c')
-rw-r--r-- | lib/gopher.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/gopher.c b/lib/gopher.c index b2d2689d1..8447d3fa4 100644 --- a/lib/gopher.c +++ b/lib/gopher.c @@ -32,16 +32,12 @@ #include <ctype.h> #ifdef WIN32 -#include <time.h> #include <io.h> #else #ifdef HAVE_SYS_SOCKET_H #include <sys/socket.h> #endif #include <netinet/in.h> -#ifdef HAVE_SYS_TIME_H -#include <sys/time.h> -#endif #ifdef HAVE_UNISTD_H #include <unistd.h> #endif |