mirror of
https://github.com/curl/curl.git
synced 2026-08-15 02:53:38 +03:00
Replicate the configure tests that determined that timeval was available.
This commit is contained in:
parent
8103915797
commit
789fd0b74a
1 changed files with 3 additions and 0 deletions
|
|
@ -25,6 +25,9 @@
|
|||
|
||||
#include "setup.h"
|
||||
|
||||
#ifdef HAVE_SYS_TYPES_H
|
||||
#include <sys/types.h>
|
||||
#endif
|
||||
#ifdef HAVE_SYS_TIME_H
|
||||
#include <sys/time.h>
|
||||
#ifdef TIME_WITH_SYS_TIME
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue