From 819e1743562799cf5a8c7fbad8ec6d42bd692645 Mon Sep 17 00:00:00 2001 From: Paul Querna Date: Mon, 7 Apr 2008 09:52:18 +0000 Subject: [PATCH] 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 --- include/http_core.h | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.40.0