From 17d2e99d1f47ccbe15bea0e8a6acc557b9bcc945 Mon Sep 17 00:00:00 2001 From: hno <> Date: Thu, 11 Apr 2002 23:04:02 +0000 Subject: [PATCH] Oops.. need assert.h if calling assert()... --- src/cachemgr.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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" -- 2.47.3