From: Brian Havard Date: Tue, 5 Dec 2000 14:48:47 +0000 (+0000) Subject: Use quotes instead of angle brackets when including apr_strings.h so that X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=47f82c540379ac1188398782fcd32161041755d3;p=apache Use quotes instead of angle brackets when including apr_strings.h so that a dependency is generated for it & to be consistent with the rest of Apache. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87209 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/os/os2/util_os2.c b/os/os2/util_os2.c index 69ef3c7dbc..5a0dc5a318 100644 --- a/os/os2/util_os2.c +++ b/os/os2/util_os2.c @@ -67,7 +67,7 @@ #include #include #include -#include +#include "apr_strings.h" AP_DECLARE(char *)ap_os_case_canonical_filename(apr_pool_t *pPool, const char *szFile)