| commit | 4f469515c211143ad600fd60ecd818119bf0fa5e | [log] [tgz] |
|---|---|---|
| author | Jean-Frederic Clere <jfclere@apache.org> | Mon Aug 14 12:15:11 2006 +0000 |
| committer | Jean-Frederic Clere <jfclere@apache.org> | Mon Aug 14 12:15:11 2006 +0000 |
| tree | 6941baa1761605b8949555733f2143eddbf432d6 | |
| parent | c30c2715a70e68016bb984a7b4b6094018680c26 [diff] |
missing apr include. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/httpd-proxy-scoreboard@431328 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/modules/mem/sharedmem_util.c b/modules/mem/sharedmem_util.c index 9365f4c..8a814f5 100644 --- a/modules/mem/sharedmem_util.c +++ b/modules/mem/sharedmem_util.c
@@ -20,6 +20,7 @@ #define CORE_PRIVATE #include "apr.h" +#include "apr_file_io.h" #include "apr_strings.h" #include "apr_pools.h" #include "apr_shm.h"