diff options
Diffstat (limited to 'mmap/unix/mmap.c')
-rw-r--r-- | mmap/unix/mmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mmap/unix/mmap.c b/mmap/unix/mmap.c index a4800ddbb..90609ea62 100644 --- a/mmap/unix/mmap.c +++ b/mmap/unix/mmap.c @@ -55,7 +55,7 @@ #include "mmap_h.h" #include "apr_portable.h" -#if HAVE_MMAP || defined(BEOS) +#if APR_HAVE_MMAP || defined(BEOS) static ap_status_t mmap_cleanup(void *themmap) { |