diff options
author | Sterling Hughes <sterling@bumblebury.com> | 2003-03-31 15:59:17 +0000 |
---|---|---|
committer | Sterling Hughes <sterling@bumblebury.com> | 2003-03-31 15:59:17 +0000 |
commit | ad6fca28f903423f3593e36a6737b90527abd9ce (patch) | |
tree | dd0cd89df0350c16d1c0f11b9b928bbedb9194fd /lib/cookie.c | |
parent | fd33923496e8c04757acfcc8131806703d86bfac (diff) | |
download | curl-ad6fca28f903423f3593e36a6737b90527abd9ce.tar.gz |
testing, ignore this commit
Diffstat (limited to 'lib/cookie.c')
-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 931b56f39..7cc167584 100644 --- a/lib/cookie.c +++ b/lib/cookie.c @@ -77,6 +77,7 @@ Example set of cookies: 13-Jun-1988 03:04:55 GMT; domain=.fidelity.com; path=/; secure ****/ + #include "setup.h" #ifndef CURL_DISABLE_HTTP |