]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Oops.. need assert.h if calling assert()...
authorhno <>
Thu, 11 Apr 2002 23:04:02 +0000 (23:04 +0000)
committerhno <>
Thu, 11 Apr 2002 23:04:02 +0000 (23:04 +0000)
src/cachemgr.cc

index 864fadcfb81007dec2e6ea73fe32593d0010d9be..b8e3b5dcc389b8dde0c64c2123b2a5e731263c97 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: cachemgr.cc,v 1.92 2002/04/10 22:12:31 hno Exp $
+ * $Id: cachemgr.cc,v 1.93 2002/04/11 17:04:02 hno Exp $
  *
  * DEBUG: section 0     CGI Cache Manager
  * AUTHOR: Duane Wessels
 #include <sys/select.h>
 #endif
 
+#include <assert.h>
+
 #include "util.h"
 #include "snprintf.h"