summaryrefslogtreecommitdiff
path: root/mmap/unix
diff options
context:
space:
mode:
authorGreg Stein <gstein@apache.org>2000-11-09 21:26:50 +0000
committerGreg Stein <gstein@apache.org>2000-11-09 21:26:50 +0000
commit854b6ccbcabf517d799d5c446305cdd5c81b776a (patch)
tree7093d7795b56e4b3a607649d5ef5215b46c24e00 /mmap/unix
parenteecf14ad0aa7d1e3f354abc0cce9e99305611810 (diff)
downloadapr-854b6ccbcabf517d799d5c446305cdd5c81b776a.tar.gz
tweak the includes for the recent header reorg.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@60681 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 199b6fc74..33d1cfff2 100644
--- a/mmap/unix/mmap.c
+++ b/mmap/unix/mmap.c
@@ -57,7 +57,7 @@
#include "apr_general.h"
#include "apr_mmap.h"
#include "apr_errno.h"
-#include "../../file_io/unix/fileio.h"
+#include "unix/fileio.h"
#include "apr_portable.h"
/* System headers required for the mmap library */