mirror of
https://github.com/curl/curl.git
synced 2026-05-01 13:37:51 +03:00
<windows.h> required for Watcom.
This commit is contained in:
parent
9a8ba19b73
commit
7e00076586
1 changed files with 1 additions and 0 deletions
|
|
@ -26,6 +26,7 @@
|
|||
#ifndef HAVE_GETTIMEOFDAY
|
||||
|
||||
#ifdef WIN32
|
||||
#include <windows.h>
|
||||
#include <mmsystem.h>
|
||||
|
||||
static int gettimeofday(struct timeval *tp, void *nothing)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue