Commit 65b3a9b4 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Jörn Hartroth adjusted for the mingw32 compiler

parent b4a47dda
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -42,6 +42,7 @@

#if defined(WIN32) && !defined(__GNUC__) || defined(__MINGW32__)
#include <time.h>
#include <winsock.h>
#else
#include <sys/time.h>
#endif