diff options
author | Brian Havard <bjh@apache.org> | 2000-12-05 14:48:47 +0000 |
---|---|---|
committer | Brian Havard <bjh@apache.org> | 2000-12-05 14:48:47 +0000 |
commit | 8804cdbc86b5a53366bac990ab27eb8cf151d1bc (patch) | |
tree | db352a4d7de57034c884048687ba22a7f51a092a /os/os2 | |
parent | 552eee5093681cda2beac285546d1b57993f5a65 (diff) | |
download | httpd-8804cdbc86b5a53366bac990ab27eb8cf151d1bc.tar.gz |
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
Diffstat (limited to 'os/os2')
-rw-r--r-- | os/os2/util_os2.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <sys/signal.h> #include <ctype.h> #include <string.h> -#include <apr_strings.h> +#include "apr_strings.h" AP_DECLARE(char *)ap_os_case_canonical_filename(apr_pool_t *pPool, const char *szFile) |