1
0
mirror of https://github.com/apache/httpd.git synced 2025-11-06 16:49:32 +03:00

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
This commit is contained in:
Guenter Knauf
2011-07-06 09:26:10 +00:00
parent 340935398f
commit 7c43e70b6a

View 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;