diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/curl/curl.h | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/include/curl/curl.h b/include/curl/curl.h index ee6a2d70d..4cde1aed5 100644 --- a/include/curl/curl.h +++ b/include/curl/curl.h @@ -48,18 +48,14 @@ #define LIBCURL_VERSION_NUM 0x070a06 #include <stdio.h> -/* The include stuff here is mainly for time_t! */ + +/* The include stuff here below is mainly for time_t! */ #ifdef vms # include <types.h> # include <time.h> #else # include <sys/types.h> -# ifdef TIME_WITH_SYS_TIME -# include <sys/time.h> -# include <time.h> -# else -# include <sys/time.h> -# endif +# include <time.h> #endif /* defined (vms) */ #ifndef TRUE |