summaryrefslogtreecommitdiff
path: root/shmem
diff options
context:
space:
mode:
authorMladen Turk <mturk@apache.org>2009-02-07 09:53:27 +0000
committerMladen Turk <mturk@apache.org>2009-02-07 09:53:27 +0000
commit6c072fb1b7410c04ec1989f3b8e584cb14275ce0 (patch)
tree3ace183dc06e4346a77e307b1b4ec04fbafc464c /shmem
parent74045bf5e4e13cfea6d3138a2f81e17e72cca54b (diff)
downloadapr-6c072fb1b7410c04ec1989f3b8e584cb14275ce0.tar.gz
Add missing proto for apr_unix_perms2mode
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@741869 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'shmem')
-rw-r--r--shmem/unix/shm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/shmem/unix/shm.c b/shmem/unix/shm.c
index db18a79df..f708a9281 100644
--- a/shmem/unix/shm.c
+++ b/shmem/unix/shm.c
@@ -15,6 +15,7 @@
*/
#include "apr_arch_shm.h"
+#include "apr_arch_file_io.h"
#include "apr_general.h"
#include "apr_errno.h"