summaryrefslogtreecommitdiff
path: root/mmap/unix/mmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'mmap/unix/mmap.c')
-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 cd6075017..504970a7e 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
+#if HAVE_MMAP || defined(BEOS)
static ap_status_t mmap_cleanup(void *themmap)
{