From: Amos Jeffries Date: Thu, 9 Aug 2012 10:38:38 +0000 (+1200) Subject: Fix missing include for leakcheck.h X-Git-Tag: sourceformat-review-1~127 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dbfe23beb9af595a706c6122d26a090e4c7ff03f;p=thirdparty%2Fsquid.git Fix missing include for leakcheck.h --- diff --git a/include/squid.h b/include/squid.h index b5ecdeb304..6f8f03be10 100644 --- a/include/squid.h +++ b/include/squid.h @@ -123,4 +123,7 @@ using namespace Squid; /** \endcond */ #endif +// temporary for the definition of LOCAL_ARRAY +#include "leakcheck.h" + #endif /* SQUID_CONFIG_H */