From 7e00076586d7c93e1bf6ea25182b7aa70d9ffc90 Mon Sep 17 00:00:00 2001 From: Gisle Vanem Date: Fri, 17 Dec 2004 18:32:41 +0000 Subject: required for Watcom. --- lib/timeval.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/timeval.c b/lib/timeval.c index 11f3d7a06..ce866ca82 100644 --- a/lib/timeval.c +++ b/lib/timeval.c @@ -26,6 +26,7 @@ #ifndef HAVE_GETTIMEOFDAY #ifdef WIN32 +#include #include static int gettimeofday(struct timeval *tp, void *nothing) -- cgit v1.2.3