summaryrefslogtreecommitdiff
path: root/mmap/unix
diff options
context:
space:
mode:
authorThom May <thommay@apache.org>2003-01-07 00:52:57 +0000
committerThom May <thommay@apache.org>2003-01-07 00:52:57 +0000
commitcba63601700430b0ec112e8ecb824b592f9b7023 (patch)
treed15e41e558c0b1d9170bcec6e12f68ac3c1ce109 /mmap/unix
parente3fb308c270a067faa70ed80a37820515ada1f93 (diff)
downloadapr-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 'mmap/unix')
-rw-r--r--mmap/unix/mmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mmap/unix/mmap.c b/mmap/unix/mmap.c
index dcb08040f..e557f615d 100644
--- a/mmap/unix/mmap.c
+++ b/mmap/unix/mmap.c
@@ -58,7 +58,7 @@
#include "apr_strings.h"
#include "apr_mmap.h"
#include "apr_errno.h"
-#include "apr_arch_fileio.h"
+#include "apr_arch_file_io.h"
#include "apr_portable.h"
/* System headers required for the mmap library */