mirror of
https://github.com/moparisthebest/curl
synced 2025-03-11 07:39:50 -04:00
include sys/time.h, we didn't have a time() proto anymore. Did one of the
changes in curl/curl.h make this occur?
This commit is contained in:
parent
6caa656d01
commit
5670563a26
@ -50,6 +50,10 @@
|
|||||||
#include <winsock.h>
|
#include <winsock.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef HAVE_SYS_TIME_H
|
||||||
|
#include <sys/time.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "version.h"
|
#include "version.h"
|
||||||
|
|
||||||
#ifdef HAVE_IO_H /* typical win32 habit */
|
#ifdef HAVE_IO_H /* typical win32 habit */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user