]> granicus.if.org Git - apache/commitdiff
Added http_config.h to make APLOG_USE_MODULE macro visible.
authorGuenter Knauf <fuankg@apache.org>
Sun, 18 Jul 2010 23:37:54 +0000 (23:37 +0000)
committerGuenter Knauf <fuankg@apache.org>
Sun, 18 Jul 2010 23:37:54 +0000 (23:37 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@965325 13f79535-47bb-0310-9956-ffa450edef68

server/util_cookies.c
server/util_filter.c

index 2904d07d56749ea3a9127803c68f98def37b8395..5e00fc6c5fc57ab445c267ff9d879ce769275f26 100644 (file)
@@ -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: "
index 1446dd533099fb7f3aee995480ee9a4b463922d4..6b9a8d5cbfb00c7545f9808a17ea9685e58307bc 100644 (file)
@@ -21,6 +21,7 @@
 #include "apr_strings.h"
 
 #include "httpd.h"
+#include "http_config.h"
 #include "http_log.h"
 #include "util_filter.h"