From: serassio <> Date: Sat, 24 Sep 2005 20:38:35 +0000 (+0000) Subject: Fixed missing inclusion of MemBuf.h X-Git-Tag: SQUID_3_0_PRE4~604 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=03a7f16a280d29dafcf26097dd7517481d29a80d;p=thirdparty%2Fsquid.git Fixed missing inclusion of MemBuf.h --- diff --git a/src/ESI.cc b/src/ESI.cc index d69b26e098..008b2d9fe8 100644 --- a/src/ESI.cc +++ b/src/ESI.cc @@ -1,6 +1,6 @@ /* - * $Id: ESI.cc,v 1.17 2005/09/09 17:31:33 wessels Exp $ + * $Id: ESI.cc,v 1.18 2005/09/24 14:38:35 serassio Exp $ * * DEBUG: section 86 ESI processing * AUTHOR: Robert Collins @@ -49,6 +49,7 @@ #include "ESIAssign.h" #include "ESIExpression.h" #include "HttpRequest.h" +#include "MemBuf.h" /* quick reference on behaviour here. * The ESI specification 1.0 requires the ESI processor to be able to