r19726 - trunk/stream/cookies.c
6 Sep
2006
6 Sep
'06
8:10 p.m.
Author: diego Date: Thu Sep 7 02:10:44 2006 New Revision: 19726 Modified: trunk/stream/cookies.c Log: Add #include <limits.h>, fixes build on Solaris 8. patch by Robin KAY komadori [{at}] gekkou [{dot}] co [{dot}] uk Modified: trunk/stream/cookies.c ============================================================================== --- trunk/stream/cookies.c (original) +++ trunk/stream/cookies.c Thu Sep 7 02:10:44 2006 @@ -13,6 +13,7 @@ #include <sys/types.h> #include <dirent.h> #include <inttypes.h> +#include <limits.h> #include "cookies.h" #include "http.h"
7005
Age (days ago)
7005
Last active (days ago)
0 comments
1 participants
participants (1)
-
diego