From: Paul Querna Date: Mon, 7 Apr 2008 09:52:18 +0000 (+0000) Subject: Include http_config.h from http_core, since now without CORE_PRIVATE, you need X-Git-Tag: 2.3.0~792 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=819e1743562799cf5a8c7fbad8ec6d42bd692645;p=apache Include http_config.h from http_core, since now without CORE_PRIVATE, you need the definition for the module type. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@645432 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/http_core.h b/include/http_core.h index f05cb21112..a39c9a8396 100644 --- a/include/http_core.h +++ b/include/http_core.h @@ -32,6 +32,8 @@ #include "util_filter.h" #include "ap_expr.h" +#include "http_config.h" + #if APR_HAVE_STRUCT_RLIMIT #include #include