John E. Malmberg's VMS specific clean-up for curl.h
This commit is contained in:
parent
0a1b7296b9
commit
c0e004ec1c
@ -48,13 +48,8 @@
|
||||
#include <limits.h>
|
||||
|
||||
/* The include stuff here below is mainly for time_t! */
|
||||
#ifdef vms
|
||||
# include <types.h>
|
||||
# include <time.h>
|
||||
#else
|
||||
# include <sys/types.h>
|
||||
# include <time.h>
|
||||
#endif /* defined (vms) */
|
||||
#include <sys/types.h>
|
||||
#include <time.h>
|
||||
|
||||
#if defined(WIN32) && !defined(_WIN32_WCE) && !defined(__GNUC__) && \
|
||||
!defined(__CYGWIN__) || defined(__MINGW32__)
|
||||
|
Loading…
x
Reference in New Issue
Block a user