diff options
author | Brian Havard <bjh@apache.org> | 2000-12-05 13:50:28 +0000 |
---|---|---|
committer | Brian Havard <bjh@apache.org> | 2000-12-05 13:50:28 +0000 |
commit | 6f5fa0a2a43105d6ec8e344b4ee6c64a21f6cdc2 (patch) | |
tree | 328c6f023c4ba0c90c64e219c2c872ca4eae9482 /os | |
parent | c02898216487452454080b08a86f62cdd24307ef (diff) | |
download | httpd-6f5fa0a2a43105d6ec8e344b4ee6c64a21f6cdc2.tar.gz |
Clean up some warnings about APR string functions by including appropriate
header.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87206 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'os')
-rw-r--r-- | os/os2/util_os2.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/os/os2/util_os2.c b/os/os2/util_os2.c index 06751dd669..69ef3c7dbc 100644 --- a/os/os2/util_os2.c +++ b/os/os2/util_os2.c @@ -67,6 +67,7 @@ #include <sys/signal.h> #include <ctype.h> #include <string.h> +#include <apr_strings.h> AP_DECLARE(char *)ap_os_case_canonical_filename(apr_pool_t *pPool, const char *szFile) |