]> granicus.if.org Git - apache/commitdiff
Use quotes instead of angle brackets when including apr_strings.h so that
authorBrian Havard <bjh@apache.org>
Tue, 5 Dec 2000 14:48:47 +0000 (14:48 +0000)
committerBrian Havard <bjh@apache.org>
Tue, 5 Dec 2000 14:48:47 +0000 (14:48 +0000)
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

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