Jrn Hartroth adjusted for the mingw32 compiler

This commit is contained in:
Daniel Stenberg 2000-02-16 00:01:07 +00:00
parent b4a47dda27
commit 65b3a9b498
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@
#if defined(WIN32) && !defined(__GNUC__) || defined(__MINGW32__)
#include <time.h>
#include <winsock.h>
#else
#include <sys/time.h>
#endif