summaryrefslogtreecommitdiff
path: root/mmap
diff options
context:
space:
mode:
authorrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>1999-12-01 20:50:00 +0000
committerrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>1999-12-01 20:50:00 +0000
commit855ef2439f6a4e0e55c6c40c2c5cfc7d911c4524 (patch)
tree251f73f80a80fe45334015f45790456a793a2e42 /mmap
parente15c16fa49dd9481d3147093d82c02615376912d (diff)
downloadlibapr-855ef2439f6a4e0e55c6c40c2c5cfc7d911c4524.tar.gz
Fix a couple of files that need to include apr_config.h now. All of these
are APR .c files. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59497 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'mmap')
-rw-r--r--mmap/unix/common.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mmap/unix/common.c b/mmap/unix/common.c
index 39e73d4aa..dc8342fa4 100644
--- a/mmap/unix/common.c
+++ b/mmap/unix/common.c
@@ -63,6 +63,7 @@
*/
#include "fileio.h"
+#include "apr_config.h"
#include "apr_mmap.h"
#include "apr_general.h"
#include "apr_portable.h"