From 612e95a368f5cfc4f33237f3522b7d0e6271aa39 Mon Sep 17 00:00:00 2001 From: dreid Date: Sat, 6 Jan 2001 17:07:45 +0000 Subject: This header file is needed to allow the shared memory "fix" for BeOS to work. Submitted by: Justin Sherrill Peter Moore git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61028 13f79535-47bb-0310-9956-ffa450edef68 --- shmem/unix/shmem.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'shmem') diff --git a/shmem/unix/shmem.c b/shmem/unix/shmem.c index 0608add68..f7c5c9929 100644 --- a/shmem/unix/shmem.c +++ b/shmem/unix/shmem.c @@ -57,6 +57,10 @@ #include "apr_shmem.h" #include "apr_errno.h" +#if BEOS +#include +#endif + struct shmem_t { MM *mm; #if BEOS -- cgit v1.2.1