]> granicus.if.org Git - apache/commitdiff
Get mod_so to build again by including apr_general.h, which is where
authorJeff Trawick <trawick@apache.org>
Tue, 2 Jan 2001 18:32:49 +0000 (18:32 +0000)
committerJeff Trawick <trawick@apache.org>
Tue, 2 Jan 2001 18:32:49 +0000 (18:32 +0000)
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

modules/mappers/mod_so.c

index e37598b09cb1ff8617a5c711533a705ee00c60bf..2029582ee3c925440b459946c9a4b5fef3b050ba 100644 (file)
  */
 
 #include "apr.h"
+#include "apr_general.h" /* for APR_GET_POOL() */
 #include "apr_dso.h"
 #include "apr_strings.h"
 #include "apr_errno.h"