--------------------- PatchSet 4165 Date: 2007/04/05 09:26:32 Author: amosjeffries Branch: squid3-ipv6 Tag: (none) Log: This is a bug fix. base64 code won't compile unless this is in here. Members: include/util.h:1.10.8.9->1.10.8.10 Index: squid3/include/util.h =================================================================== RCS file: /cvsroot/squid-sf//squid3/include/util.h,v retrieving revision 1.10.8.9 retrieving revision 1.10.8.10 diff -u -r1.10.8.9 -r1.10.8.10 --- squid3/include/util.h 5 Apr 2007 03:29:24 -0000 1.10.8.9 +++ squid3/include/util.h 5 Apr 2007 09:26:32 -0000 1.10.8.10 @@ -1,5 +1,5 @@ /* - * $Id: util.h,v 1.10.8.9 2007/04/05 03:29:24 amosjeffries Exp $ + * $Id: util.h,v 1.10.8.10 2007/04/05 09:26:32 amosjeffries Exp $ * * AUTHOR: Harvest Derived * @@ -43,6 +43,7 @@ #if HAVE_SYS_TIME_H #include #endif +#include #if !defined(SQUIDHOSTNAMELEN) #define SQUIDHOSTNAMELEN 256