]> granicus.if.org Git - apache/commitdiff
get the strchr() declaration
authorJeff Trawick <trawick@apache.org>
Tue, 9 Apr 2002 11:12:10 +0000 (11:12 +0000)
committerJeff Trawick <trawick@apache.org>
Tue, 9 Apr 2002 11:12:10 +0000 (11:12 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94578 13f79535-47bb-0310-9956-ffa450edef68

server/gen_test_char.c

index 42ecdded104ee699896bf2090b85e575f0bba1f5..bdf77db63f41cf6c119517b47cd00854cd4f2081 100644 (file)
@@ -62,6 +62,9 @@
 #if APR_HAVE_STDIO_H
 #include <stdio.h>
 #endif
+#if APR_HAVE_STRING_H
+#include <string.h>
+#endif
 
 /* A bunch of functions in util.c scan strings looking for certain characters.
  * To make that more efficient we encode a lookup table.