]> granicus.if.org Git - apache/commitdiff
Clean up some warnings about APR string functions by including appropriate
authorBrian Havard <bjh@apache.org>
Tue, 5 Dec 2000 13:50:28 +0000 (13:50 +0000)
committerBrian Havard <bjh@apache.org>
Tue, 5 Dec 2000 13:50:28 +0000 (13:50 +0000)
header.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87206 13f79535-47bb-0310-9956-ffa450edef68

os/os2/util_os2.c

index 06751dd669063ea780cc16ba532f8acc7e7de47a..69ef3c7dbc3c6c3242c474406b14c98eb4484b57 100644 (file)
@@ -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)