mirror of
https://github.com/moparisthebest/curl
synced 2025-01-04 10:28:08 -05:00
Some compilers lacks <sys/time.h>. Include "timeval.h" to simplify the #ifdefs.
This commit is contained in:
parent
e994c6af75
commit
d10e174fd1
@ -10,7 +10,6 @@
|
||||
|
||||
#include "test.h"
|
||||
|
||||
#include <sys/time.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
#include "timeval.h"
|
||||
|
@ -10,7 +10,6 @@
|
||||
|
||||
#include "test.h"
|
||||
|
||||
#include <sys/time.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
#include "timeval.h"
|
||||
|
@ -12,7 +12,6 @@
|
||||
|
||||
#ifdef USE_SSLEAY
|
||||
|
||||
#include <sys/time.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
#include <openssl/opensslv.h>
|
||||
|
Loading…
Reference in New Issue
Block a user