summaryrefslogtreecommitdiff
path: root/mmap
diff options
context:
space:
mode:
authorgstein <gstein@13f79535-47bb-0310-9956-ffa450edef68>2000-11-09 21:26:50 +0000
committergstein <gstein@13f79535-47bb-0310-9956-ffa450edef68>2000-11-09 21:26:50 +0000
commitea997ad34b5e9df4f0e8cdf77dd61a0f7b9bd923 (patch)
tree7093d7795b56e4b3a607649d5ef5215b46c24e00 /mmap
parentd46a8fe05d27e8d9ce5d8b447fba0e3b369b8d0b (diff)
downloadlibapr-ea997ad34b5e9df4f0e8cdf77dd61a0f7b9bd923.tar.gz
tweak the includes for the recent header reorg.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60681 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'mmap')
-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 */