]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
missing apr include. httpd-proxy-scoreboard httpd-proxy-scoreboard
authorJean-Frederic Clere <jfclere@apache.org>
Mon, 14 Aug 2006 12:15:11 +0000 (12:15 +0000)
committerJean-Frederic Clere <jfclere@apache.org>
Mon, 14 Aug 2006 12:15:11 +0000 (12:15 +0000)
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

index 9365f4c61a08c6774fed7bbc82fa4b29831507ca..8a814f5928e98e561ca7d14cf80fdec7df2aa30a 100644 (file)
@@ -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"