You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by mt...@apache.org on 2009/02/07 10:53:27 UTC

svn commit: r741869 - /apr/apr/trunk/shmem/unix/shm.c

Author: mturk
Date: Sat Feb  7 09:53:27 2009
New Revision: 741869

URL: http://svn.apache.org/viewvc?rev=741869&view=rev
Log:
Add missing proto for apr_unix_perms2mode

Modified:
    apr/apr/trunk/shmem/unix/shm.c

Modified: apr/apr/trunk/shmem/unix/shm.c
URL: http://svn.apache.org/viewvc/apr/apr/trunk/shmem/unix/shm.c?rev=741869&r1=741868&r2=741869&view=diff
==============================================================================
--- apr/apr/trunk/shmem/unix/shm.c (original)
+++ apr/apr/trunk/shmem/unix/shm.c Sat Feb  7 09:53:27 2009
@@ -15,6 +15,7 @@
  */
 
 #include "apr_arch_shm.h"
+#include "apr_arch_file_io.h"
 
 #include "apr_general.h"
 #include "apr_errno.h"