From dbfe23beb9af595a706c6122d26a090e4c7ff03f Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Thu, 9 Aug 2012 22:38:38 +1200 Subject: [PATCH] Fix missing include for leakcheck.h --- include/squid.h | 3 +++ 1 file changed, 3 insertions(+) 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 */ -- 2.47.2