Commit 5670563a authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

include sys/time.h, we didn't have a time() proto anymore. Did one of the

changes in curl/curl.h make this occur?
parent 6caa656d
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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 */