From 4f469515c211143ad600fd60ecd818119bf0fa5e Mon Sep 17 00:00:00 2001 From: Jean-Frederic Clere Date: Mon, 14 Aug 2006 12:15:11 +0000 Subject: missing apr include. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/httpd-proxy-scoreboard@431328 13f79535-47bb-0310-9956-ffa450edef68 --- modules/mem/sharedmem_util.c | 1 + 1 file changed, 1 insertion(+) 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" -- cgit v1.2.1