]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Summary: Some build options led to failures..
authorrobertc <>
Fri, 20 Jun 2003 18:36:35 +0000 (18:36 +0000)
committerrobertc <>
Fri, 20 Jun 2003 18:36:35 +0000 (18:36 +0000)
Keywords:

* client_side_request.h - include the needed headers for client_side_request.cci if inline is on.

src/client_side_request.h

index 7b7e1fb3140e61ccf7e958780d819a88037997f4..0f01174121c35a373e50e84b007aef70dc087156 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: client_side_request.h,v 1.11 2003/06/20 01:01:00 robertc Exp $
+ * $Id: client_side_request.h,v 1.12 2003/06/20 12:36:35 robertc Exp $
  *
  *
  * SQUID Web Proxy Cache          http://www.squid-cache.org/
@@ -146,6 +146,7 @@ SQUIDCEXTERN void redirectStart(clientHttpRequest *, RH *, void *);
 SQUIDCEXTERN void sslStart(clientHttpRequest *, size_t *, int *);
 
 #ifdef _USE_INLINE_
+#include "Store.h"
 #include "client_side_request.cci"
 #endif