diff options
author | Yang Tse <yangsita@gmail.com> | 2007-02-14 04:45:30 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2007-02-14 04:45:30 +0000 |
commit | 5c3f36b4b49961eca00c4d4cdf82dec64286f79b (patch) | |
tree | 752fe1fe8f4540d597e661f4cb48ae4062711d86 | |
parent | 9de4e5ebe44eee500c979ca6119f10deb1668ce1 (diff) |
compiler warning fix
-rw-r--r-- | lib/cookie.c | 1 |
1 files changed, 1 insertions, 0 deletions
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> |