From: Martin Kraemer Date: Mon, 5 Jan 2004 10:33:52 +0000 (+0000) Subject: Ugly hack to get this module to compile. The path to test_char.h (which X-Git-Tag: pre_ajp_proxy~867 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ece48280a1c371738dc419e63297245da85130e3;p=apache Ugly hack to get this module to compile. The path to test_char.h (which lives in the server/ directory) must either be added to one of the build/*.m4 files --which would be even uglier--, to the modules/logger/Makefile, or to the modules/loggers/mod_log_forensic.c file itself. For now, put it here. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102186 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/loggers/mod_log_forensic.c b/modules/loggers/mod_log_forensic.c index 9c9ff7a8a3..0f489afecf 100644 --- a/modules/loggers/mod_log_forensic.c +++ b/modules/loggers/mod_log_forensic.c @@ -75,7 +75,7 @@ #include "apr_atomic.h" #include #include "http_protocol.h" -#include "test_char.h" +#include "../../server/test_char.h" module AP_MODULE_DECLARE_DATA log_forensic_module;