From: Jeff Trawick Date: Wed, 14 Mar 2001 02:28:23 +0000 (+0000) Subject: include string.h for the strstr() prototype X-Git-Tag: 2.0.15~40 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=36fa94cf6728cd193f818e7427053b2b7f6d32a4;p=apache include string.h for the strstr() prototype git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88514 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/support/rotatelogs.c b/support/rotatelogs.c index 3499328702..dab94408c5 100644 --- a/support/rotatelogs.c +++ b/support/rotatelogs.c @@ -62,6 +62,7 @@ #include "apr.h" +#include #include #include #include