diff options
author | Thom May <thommay@apache.org> | 2003-01-07 00:52:57 +0000 |
---|---|---|
committer | Thom May <thommay@apache.org> | 2003-01-07 00:52:57 +0000 |
commit | cba63601700430b0ec112e8ecb824b592f9b7023 (patch) | |
tree | d15e41e558c0b1d9170bcec6e12f68ac3c1ce109 /file_io/win32/pipe.c | |
parent | e3fb308c270a067faa70ed80a37820515ada1f93 (diff) | |
download | apr-cba63601700430b0ec112e8ecb824b592f9b7023.tar.gz |
rename apr_arch_fileio.h to apr_arch_file_io.h for consistency
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64275 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'file_io/win32/pipe.c')
-rw-r--r-- | file_io/win32/pipe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/file_io/win32/pipe.c b/file_io/win32/pipe.c index 9f8401f17..2e8776611 100644 --- a/file_io/win32/pipe.c +++ b/file_io/win32/pipe.c @@ -52,7 +52,7 @@ * <http://www.apache.org/>. */ -#include "win32/apr_arch_fileio.h" +#include "win32/apr_arch_file_io.h" #include "apr_file_io.h" #include "apr_general.h" #include "apr_strings.h" |