Commit 42c4bdea authored by Jeff Trawick's avatar Jeff Trawick
Browse files

Get mod_so to build again by including apr_general.h, which is where

the APR_GET_POOL() macro is defined.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87570 13f79535-47bb-0310-9956-ffa450edef68
parent 3be6fecb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -126,6 +126,7 @@
 */

#include "apr.h"
#include "apr_general.h" /* for APR_GET_POOL() */
#include "apr_dso.h"
#include "apr_strings.h"
#include "apr_errno.h"