From 47e403640baebb0df05639628c8aa5dfa77f76f4 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Fri, 12 Jun 2009 02:47:35 +0000 Subject: [PATCH] include for INT_MAX definition --- lib/url.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/url.c b/lib/url.c index 840eefeb7..cd79866c7 100644 --- a/lib/url.c +++ b/lib/url.c @@ -76,6 +76,10 @@ #endif /* WIN32 */ +#ifdef HAVE_LIMITS_H +#include +#endif + #ifdef USE_LIBIDN #include #include