]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fix missing include for rotate_logs
authorAmos Jeffries <amosjeffries@squid-cache.org>
Mon, 16 Aug 2010 11:35:40 +0000 (05:35 -0600)
committerAmos Jeffries <amosjeffries@squid-cache.org>
Mon, 16 Aug 2010 11:35:40 +0000 (05:35 -0600)
src/cache_manager.cc

index 807ff10da3343da2a87a9863be14921837d38b56..b8b72376ea567068e3aea9c89bda6ae13bda7fe7 100644 (file)
@@ -43,6 +43,9 @@
 #include "wordlist.h"
 #include "Debug.h"
 
+// for rotate_logs()
+#include "protos.h"
+
 /// \ingroup CacheManagerInternal
 #define MGR_PASSWD_SZ 128