]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fix missing include for leakcheck.h
authorAmos Jeffries <squid3@treenet.co.nz>
Thu, 9 Aug 2012 10:38:38 +0000 (22:38 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Thu, 9 Aug 2012 10:38:38 +0000 (22:38 +1200)
include/squid.h

index b5ecdeb3040816cf65894bf17f4b2e4c488fc412..6f8f03be1086dfa736699de9ed359f649d1a84ac 100644 (file)
@@ -123,4 +123,7 @@ using namespace Squid;
 /** \endcond */
 #endif
 
+// temporary for the definition of LOCAL_ARRAY
+#include "leakcheck.h"
+
 #endif /* SQUID_CONFIG_H */