From: Jeff Trawick Date: Tue, 9 Apr 2002 11:12:10 +0000 (+0000) Subject: get the strchr() declaration X-Git-Tag: 2.0.36~247 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=af88e88ef97641be89d10fef83db7fdec23e4fa8;p=apache get the strchr() declaration git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94578 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/gen_test_char.c b/server/gen_test_char.c index 42ecdded10..bdf77db63f 100644 --- a/server/gen_test_char.c +++ b/server/gen_test_char.c @@ -62,6 +62,9 @@ #if APR_HAVE_STDIO_H #include #endif +#if APR_HAVE_STRING_H +#include +#endif /* A bunch of functions in util.c scan strings looking for certain characters. * To make that more efficient we encode a lookup table.