]> granicus.if.org Git - apache/commitdiff
include string.h for the strstr() prototype
authorJeff Trawick <trawick@apache.org>
Wed, 14 Mar 2001 02:28:23 +0000 (02:28 +0000)
committerJeff Trawick <trawick@apache.org>
Wed, 14 Mar 2001 02:28:23 +0000 (02:28 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88514 13f79535-47bb-0310-9956-ffa450edef68

support/rotatelogs.c

index 349932870268ae0fe8925ae99cc06f5455d168e0..dab94408c5ae656b72603dc3bd0942acb495eab1 100644 (file)
@@ -62,6 +62,7 @@
 
 
 #include "apr.h"
+#include <string.h>
 #include <stdlib.h>
 #include <time.h>
 #include <errno.h>