1
0
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:
Daniel Stenberg 2003-05-27 22:56:01 +00:00
parent 6caa656d01
commit 5670563a26

View File

@ -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 */