--------------------- PatchSet 1857 Date: 2005/09/21 18:49:53 Author: dwsquid Branch: squid3-icap Tag: (none) Log: Need to include MemBuf.h Members: src/ICAPOptions.h:1.1.2.3->1.1.2.4 Index: squid3/src/ICAPOptions.h =================================================================== RCS file: /cvsroot/squid-sf//squid3/src/Attic/ICAPOptions.h,v retrieving revision 1.1.2.3 retrieving revision 1.1.2.4 diff -u -r1.1.2.3 -r1.1.2.4 --- squid3/src/ICAPOptions.h 21 Sep 2005 14:38:14 -0000 1.1.2.3 +++ squid3/src/ICAPOptions.h 21 Sep 2005 18:49:53 -0000 1.1.2.4 @@ -1,6 +1,6 @@ /* - * $Id: ICAPOptions.h,v 1.1.2.3 2005/09/21 14:38:14 audrus Exp $ + * $Id: ICAPOptions.h,v 1.1.2.4 2005/09/21 18:49:53 dwsquid Exp $ * * * SQUID Web Proxy Cache http://www.squid-cache.org/ @@ -37,6 +37,7 @@ #include "squid.h" #include "List.h" #include "ICAPServiceRep.h" +#include "MemBuf.h" class ICAPServiceRep;