From: hno <> Date: Thu, 11 Apr 2002 23:04:02 +0000 (+0000) Subject: Oops.. need assert.h if calling assert()... X-Git-Tag: SQUID_3_0_PRE1~1102 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=17d2e99d1f47ccbe15bea0e8a6acc557b9bcc945;p=thirdparty%2Fsquid.git Oops.. need assert.h if calling assert()... --- diff --git a/src/cachemgr.cc b/src/cachemgr.cc index 864fadcfb8..b8e3b5dcc3 100644 --- a/src/cachemgr.cc +++ b/src/cachemgr.cc @@ -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 @@ -126,6 +126,8 @@ #include #endif +#include + #include "util.h" #include "snprintf.h"