From: Jean-Frederic Clere Date: Mon, 14 Aug 2006 12:15:11 +0000 (+0000) Subject: missing apr include. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fremotes%2Fhttpd-proxy-scoreboard;p=thirdparty%2Fapache%2Fhttpd.git 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 9365f4c61a0..8a814f5928e 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"