mirror of
https://github.com/curl/curl.git
synced 2026-08-25 01:23:31 +03: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
1 changed files with 4 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue