From c3614fa6a36d5d28fce0ffbce2110dfff4822c23 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 14 Jan 2004 07:42:10 +0000 Subject: Gisle Vanem updated the code for win32 and djgpp builds. --- src/main.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index aac07bef2..bd757a554 100644 --- a/src/main.c +++ b/src/main.c @@ -88,6 +88,10 @@ #endif +#ifdef HAVE_LIMITS_H +#include +#endif + #ifdef HAVE_SYS_POLL_H #include #endif -- cgit v1.2.3