From 5c3f36b4b49961eca00c4d4cdf82dec64286f79b Mon Sep 17 00:00:00 2001 From: Yang Tse <yangsita@gmail.com> Date: Wed, 14 Feb 2007 04:45:30 +0000 Subject: compiler warning fix --- lib/cookie.c | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') diff --git a/lib/cookie.c b/lib/cookie.c index 41a366d2d..913ffabeb 100644 --- a/lib/cookie.c +++ b/lib/cookie.c @@ -84,6 +84,7 @@ Example set of cookies: #include <stdlib.h> #include <string.h> +#include <ctype.h> #define _MPRINTF_REPLACE /* without this on windows OS we get undefined reference to snprintf */ #include <curl/mprintf.h> -- cgit v1.2.3