changeset 19720:b2e4f162dc36

Add #include <limits.h>, fixes build on Solaris 8. patch by Robin KAY komadori [{at}] gekkou [{dot}] co [{dot}] uk
author diego
date Thu, 07 Sep 2006 00:10:44 +0000
parents f34290cc5f69
children dbcd2fc595c6
files stream/cookies.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/stream/cookies.c	Wed Sep 06 18:36:04 2006 +0000
+++ b/stream/cookies.c	Thu Sep 07 00:10:44 2006 +0000
@@ -13,6 +13,7 @@
 #include <sys/types.h>
 #include <dirent.h>
 #include <inttypes.h>
+#include <limits.h>
 
 #include "cookies.h"
 #include "http.h"