--------------------- PatchSet 2018 Date: 2005/10/29 20:18:59 Author: nlewycky Branch: prefetching Tag: (none) Log: Fix compile error; "MemBuf" may not be an incomplete type here. Members: src/http.h:1.10.2.4->1.10.2.5 Index: squid3/src/http.h =================================================================== RCS file: /cvsroot/squid-sf//squid3/src/http.h,v retrieving revision 1.10.2.4 retrieving revision 1.10.2.5 diff -u -r1.10.2.4 -r1.10.2.5 --- squid3/src/http.h 14 Oct 2005 03:16:27 -0000 1.10.2.4 +++ squid3/src/http.h 29 Oct 2005 20:18:59 -0000 1.10.2.5 @@ -1,6 +1,6 @@ /* - * $Id: http.h,v 1.10.2.4 2005/10/14 03:16:27 nlewycky Exp $ + * $Id: http.h,v 1.10.2.5 2005/10/29 20:18:59 nlewycky Exp $ * * * SQUID Web Proxy Cache http://www.squid-cache.org/ @@ -34,6 +34,7 @@ #ifndef SQUID_HTTP_H #define SQUID_HTTP_H +#include "MemBuf.h" #include "StoreIOBuffer.h" #include "comm.h"