mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05: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>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_SYS_TIME_H
|
||||
#include <sys/time.h>
|
||||
#endif
|
||||
|
||||
#include "version.h"
|
||||
|
||||
#ifdef HAVE_IO_H /* typical win32 habit */
|
||||
|
Loading…
Reference in New Issue
Block a user