From: robertc <> Date: Fri, 20 Jun 2003 18:36:35 +0000 (+0000) Subject: Summary: Some build options led to failures.. X-Git-Tag: SQUID_3_0_PRE1~103 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4b9bb50a0a2f6040bf2d2abd99fad509bd9a755a;p=thirdparty%2Fsquid.git Summary: Some build options led to failures.. Keywords: * client_side_request.h - include the needed headers for client_side_request.cci if inline is on. --- diff --git a/src/client_side_request.h b/src/client_side_request.h index 7b7e1fb314..0f01174121 100644 --- a/src/client_side_request.h +++ b/src/client_side_request.h @@ -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