From 03a7f16a280d29dafcf26097dd7517481d29a80d Mon Sep 17 00:00:00 2001 From: serassio <> Date: Sat, 24 Sep 2005 20:38:35 +0000 Subject: [PATCH] Fixed missing inclusion of MemBuf.h --- src/ESI.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.47.2