--------------------- PatchSet 5697 Date: 2007/09/12 13:11:02 Author: amosjeffries Branch: squid3-ipv6 Tag: (none) Log: Wrap an assert.h include safely. Members: lib/MemPool.cc:1.1.8.3->1.1.8.4 Index: squid3/lib/MemPool.cc =================================================================== RCS file: /cvsroot/squid-sf//squid3/lib/MemPool.cc,v retrieving revision 1.1.8.3 retrieving revision 1.1.8.4 diff -u -r1.1.8.3 -r1.1.8.4 --- squid3/lib/MemPool.cc 2 Aug 2007 10:51:45 -0000 1.1.8.3 +++ squid3/lib/MemPool.cc 12 Sep 2007 13:11:02 -0000 1.1.8.4 @@ -1,6 +1,6 @@ /* - * $Id: MemPool.cc,v 1.1.8.3 2007/08/02 10:51:45 amosjeffries Exp $ + * $Id: MemPool.cc,v 1.1.8.4 2007/09/12 13:11:02 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"