summaryrefslogtreecommitdiffstats
path: root/modules/loggers
diff options
context:
space:
mode:
authorGuenter Knauf <fuankg@apache.org>2011-07-06 11:26:10 +0200
committerGuenter Knauf <fuankg@apache.org>2011-07-06 11:26:10 +0200
commit7c43e70b6ac54bf5e3f1ee2530ef0601f2913ca5 (patch)
tree8853a7d55d69ed582633ca2992e65b3723a64317 /modules/loggers
parentStupid CodeWarrior compiler cant initialize structs with vars. (diff)
downloadapache2-7c43e70b6ac54bf5e3f1ee2530ef0601f2913ca5.tar.xz
apache2-7c43e70b6ac54bf5e3f1ee2530ef0601f2913ca5.zip
Fixed Win32 build.
Submitted by Gregg L. Smith <gls gknw.net> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1143309 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/loggers')
-rw-r--r--modules/loggers/mod_log_debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/loggers/mod_log_debug.c b/modules/loggers/mod_log_debug.c
index 11957349cc..2c6b6f2909 100644
--- a/modules/loggers/mod_log_debug.c
+++ b/modules/loggers/mod_log_debug.c
@@ -23,7 +23,7 @@
#include "http_request.h"
#include "ap_expr.h"
-extern module log_debug_module;
+extern module AP_MODULE_DECLARE_DATA log_debug_module;
typedef struct {
ap_expr_info_t *msg_expr;