From: Guenter Knauf Date: Sun, 18 Jul 2010 23:37:54 +0000 (+0000) Subject: Added http_config.h to make APLOG_USE_MODULE macro visible. X-Git-Tag: 2.3.7~82 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=eccfb6c00c2e6c7f986c7dafaf802da5f2f7f0ea;p=thirdparty%2Fapache%2Fhttpd.git Added http_config.h to make APLOG_USE_MODULE macro visible. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@965325 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/util_cookies.c b/server/util_cookies.c index 2904d07d567..5e00fc6c5fc 100644 --- a/server/util_cookies.c +++ b/server/util_cookies.c @@ -17,6 +17,7 @@ #include "util_cookies.h" #include "apr_lib.h" #include "apr_strings.h" +#include "http_config.h" #include "http_log.h" #define LOG_PREFIX "ap_cookie: " diff --git a/server/util_filter.c b/server/util_filter.c index 1446dd53309..6b9a8d5cbfb 100644 --- a/server/util_filter.c +++ b/server/util_filter.c @@ -21,6 +21,7 @@ #include "apr_strings.h" #include "httpd.h" +#include "http_config.h" #include "http_log.h" #include "util_filter.h"