summaryrefslogtreecommitdiff
path: root/shmem
diff options
context:
space:
mode:
authorStefan Fritsch <sf@apache.org>2014-05-14 20:25:41 +0000
committerStefan Fritsch <sf@apache.org>2014-05-14 20:25:41 +0000
commitc2279d52f98f7ac4b696367f05346b2a0be032a3 (patch)
treeab7517e85098fff9a21044ebfa89a68062bd6128 /shmem
parent0d487fa104f8da7126334ad767caffd157d5ccc5 (diff)
downloadapr-c2279d52f98f7ac4b696367f05346b2a0be032a3.tar.gz
Backport r741869 from trunk:
Add missing proto for apr_unix_perms2mode git-svn-id: https://svn.apache.org/repos/asf/apr/apr/branches/1.6.x@1594703 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 04e33b6f0..f99afecf7 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"