From 8804cdbc86b5a53366bac990ab27eb8cf151d1bc Mon Sep 17 00:00:00 2001 From: Brian Havard Date: Tue, 5 Dec 2000 14:48:47 +0000 Subject: [PATCH] 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 --- os/os2/util_os2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.50.1