mirror of
https://github.com/apache/httpd.git
synced 2025-08-06 11:06:17 +00:00
get the strchr() declaration
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94578 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user