]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Wrap MemPools.cc system included assert.h
authoramosjeffries <>
Thu, 20 Sep 2007 17:26:22 +0000 (17:26 +0000)
committeramosjeffries <>
Thu, 20 Sep 2007 17:26:22 +0000 (17:26 +0000)
lib/MemPool.cc

index 9257f44f9f0b4e90647816bbb63553910b44dcea..f001a18bed8bf92c90c293956ba1e4053a1423d9 100644 (file)
@@ -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 <assert.h>
+#endif
 
 #include "MemPool.h"