aboutsummaryrefslogtreecommitdiff
path: root/lib/cookie.c
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2007-02-14 13:31:37 +0000
committerYang Tse <yangsita@gmail.com>2007-02-14 13:31:37 +0000
commitfbcf86b83ee2a49b5627cc45545777f2a3fc488a (patch)
treeb99e3269f92e9a5b083fd9a921362a1faddfff0b /lib/cookie.c
parent5c3f36b4b49961eca00c4d4cdf82dec64286f79b (diff)
avoid using funtion isblank() and just use our ISBLANK
macro to provide this functionality on all platforms
Diffstat (limited to 'lib/cookie.c')
-rw-r--r--lib/cookie.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/cookie.c b/lib/cookie.c
index 913ffabeb..41a366d2d 100644
--- a/lib/cookie.c
+++ b/lib/cookie.c
@@ -84,7 +84,6 @@ 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>