]> granicus.if.org Git - apache/commitdiff
Fixed Win32 build.
authorGuenter Knauf <fuankg@apache.org>
Wed, 6 Jul 2011 09:26:10 +0000 (09:26 +0000)
committerGuenter Knauf <fuankg@apache.org>
Wed, 6 Jul 2011 09:26:10 +0000 (09:26 +0000)
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

modules/loggers/mod_log_debug.c

index 11957349cc5565860a970400c31b10bc2bd52165..2c6b6f2909fbcd08921584797a3c60bce996c8ba 100644 (file)
@@ -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;