From: Christos Tsantilas Date: Fri, 14 Dec 2012 08:25:59 +0000 (+0200) Subject: cert validation cache: Add missing include file to avoid building errors on amd64... X-Git-Tag: SQUID_3_4_0_1~443 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a9d17bbda5489035b8f6a13c7efee119e98666ca;p=thirdparty%2Fsquid.git cert validation cache: Add missing include file to avoid building errors on amd64-CentOs-icc and amd64-ubuntu-precise platforms --- diff --git a/src/ssl/cert_validate_message.h b/src/ssl/cert_validate_message.h index c5a465ff15..26c5c3ede3 100644 --- a/src/ssl/cert_validate_message.h +++ b/src/ssl/cert_validate_message.h @@ -4,6 +4,7 @@ #ifndef SQUID_SSL_CERT_VALIDATE_MESSAGE_H #define SQUID_SSL_CERT_VALIDATE_MESSAGE_H +#include "HelperReply.h" #include "ssl/support.h" #include "ssl/crtd_message.h" #include