diff options
author | Ryan Bloom <rbb@apache.org> | 1999-12-01 20:50:00 +0000 |
---|---|---|
committer | Ryan Bloom <rbb@apache.org> | 1999-12-01 20:50:00 +0000 |
commit | 1ce7c597cfd2830c027a0564e186f551d27f47a4 (patch) | |
tree | 251f73f80a80fe45334015f45790456a793a2e42 /mmap/unix/common.c | |
parent | 92e22b5a404f1704116642d71b948d0934366d08 (diff) | |
download | apr-1ce7c597cfd2830c027a0564e186f551d27f47a4.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: https://svn.apache.org/repos/asf/apr/apr/trunk@59497 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'mmap/unix/common.c')
-rw-r--r-- | mmap/unix/common.c | 1 |
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" |