# HG changeset patch # User diego # Date 1157587844 0 # Node ID b2e4f162dc3668c84a40b2d5d0bf69301856e76d # Parent f34290cc5f696f984a62e5815b357f2a9cfc6a06 Add #include , fixes build on Solaris 8. patch by Robin KAY komadori [{at}] gekkou [{dot}] co [{dot}] uk diff -r f34290cc5f69 -r b2e4f162dc36 stream/cookies.c --- 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 #include #include +#include #include "cookies.h" #include "http.h"