summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Frederic Clere <jfclere@apache.org>2006-08-14 12:15:11 +0000
committerJean-Frederic Clere <jfclere@apache.org>2006-08-14 12:15:11 +0000
commit4f469515c211143ad600fd60ecd818119bf0fa5e (patch)
tree6941baa1761605b8949555733f2143eddbf432d6
parentc30c2715a70e68016bb984a7b4b6094018680c26 (diff)
downloadhttpd-proxy-scoreboard.tar.gz
missing apr include.httpd-proxy-scoreboard
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/httpd-proxy-scoreboard@431328 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--modules/mem/sharedmem_util.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/mem/sharedmem_util.c b/modules/mem/sharedmem_util.c
index 9365f4c61a..8a814f5928 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"