summaryrefslogtreecommitdiffstats
path: root/os
diff options
context:
space:
mode:
authorBrian Havard <bjh@apache.org>2000-12-05 14:50:28 +0100
committerBrian Havard <bjh@apache.org>2000-12-05 14:50:28 +0100
commit6f5fa0a2a43105d6ec8e344b4ee6c64a21f6cdc2 (patch)
tree328c6f023c4ba0c90c64e219c2c872ca4eae9482 /os
parentOS/2: os.c doesn't exist anymore, remove it from the build. (diff)
downloadapache2-6f5fa0a2a43105d6ec8e344b4ee6c64a21f6cdc2.tar.xz
apache2-6f5fa0a2a43105d6ec8e344b4ee6c64a21f6cdc2.zip
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.c1
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)