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:
@@ -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 */
|
||||||
|
|||||||
Reference in New Issue
Block a user