From: amosjeffries <> Date: Thu, 20 Sep 2007 17:26:22 +0000 (+0000) Subject: Wrap MemPools.cc system included assert.h X-Git-Tag: SQUID_3_0_RC1~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c815564cf32616f96bc4e5c1455a0bf7a2660b33;p=thirdparty%2Fsquid.git Wrap MemPools.cc system included assert.h --- diff --git a/lib/MemPool.cc b/lib/MemPool.cc index 9257f44f9f..f001a18bed 100644 --- a/lib/MemPool.cc +++ b/lib/MemPool.cc @@ -1,6 +1,6 @@ /* - * $Id: MemPool.cc,v 1.8 2007/08/01 23:30:03 amosjeffries Exp $ + * $Id: MemPool.cc,v 1.9 2007/09/20 11:26:22 amosjeffries Exp $ * * DEBUG: section 63 Low Level Memory Pool Management * AUTHOR: Alex Rousskov, Andres Kroonmaa, Robert Collins @@ -82,7 +82,9 @@ */ #include "config.h" +#if HAVE_ASSERT_H #include +#endif #include "MemPool.h"