1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

<windows.h> required for Watcom.

This commit is contained in:
Gisle Vanem 2004-12-17 18:32:41 +00:00
parent 9a8ba19b73
commit 7e00076586

View File

@ -26,6 +26,7 @@
#ifndef HAVE_GETTIMEOFDAY #ifndef HAVE_GETTIMEOFDAY
#ifdef WIN32 #ifdef WIN32
#include <windows.h>
#include <mmsystem.h> #include <mmsystem.h>
static int gettimeofday(struct timeval *tp, void *nothing) static int gettimeofday(struct timeval *tp, void *nothing)