From 36fa94cf6728cd193f818e7427053b2b7f6d32a4 Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Wed, 14 Mar 2001 02:28:23 +0000 Subject: [PATCH] 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 --- support/rotatelogs.c | 1 + 1 file changed, 1 insertion(+) 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 -- 2.40.0