]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Unbreak ESI which was not being built locally.
authorrobertc <>
Sat, 22 Apr 2006 15:02:44 +0000 (15:02 +0000)
committerrobertc <>
Sat, 22 Apr 2006 15:02:44 +0000 (15:02 +0000)
src/ESI.cc
src/http.cc

index ba8a71c07c8b1ae4ccfeed9f022d6b7d62e8c5c4..50b20c0cf03d1537021f10133d9d591e2ecc182c 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: ESI.cc,v 1.19 2005/11/05 00:08:32 wessels Exp $
+ * $Id: ESI.cc,v 1.20 2006/04/22 09:02:44 robertc Exp $
  *
  * DEBUG: section 86    ESI processing
  * AUTHOR: Robert Collins
@@ -41,6 +41,8 @@
 #include "ESISegment.h"
 #include "ESIElement.h"
 #include "ESIContext.h"
+#include "HttpHdrSc.h"
+#include "HttpHdrScTarget.h"
 #include "HttpReply.h"
 #include "ESIAttempt.h"
 #include "ESIExcept.h"
index ec3a36153fd9f49e94219b4c29e8bb30824f72e3..27f6647a31d9a1d9015d091bd9c187b4a54deed9 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: http.cc,v 1.491 2006/03/07 18:47:48 wessels Exp $
+ * $Id: http.cc,v 1.492 2006/04/22 09:02:44 robertc Exp $
  *
  * DEBUG: section 11    Hypertext Transfer Protocol (HTTP)
  * AUTHOR: Harvest Derived
@@ -47,6 +47,8 @@
 #include "HttpRequest.h"
 #include "MemObject.h"
 #include "HttpHdrContRange.h"
+#include "HttpHdrSc.h"
+#include "HttpHdrScTarget.h"
 #include "ACLChecklist.h"
 #include "fde.h"
 #if DELAY_POOLS