From: Amos Jeffries Date: Mon, 16 Aug 2010 11:35:40 +0000 (-0600) Subject: Fix missing include for rotate_logs X-Git-Tag: take1~378 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74990ce1948d09505f7b920a6cffb562c611de4f;p=thirdparty%2Fsquid.git Fix missing include for rotate_logs --- diff --git a/src/cache_manager.cc b/src/cache_manager.cc index 807ff10da3..b8b72376ea 100644 --- a/src/cache_manager.cc +++ b/src/cache_manager.cc @@ -43,6 +43,9 @@ #include "wordlist.h" #include "Debug.h" +// for rotate_logs() +#include "protos.h" + /// \ingroup CacheManagerInternal #define MGR_PASSWD_SZ 128