From: Martin Kraemer Date: Mon, 5 Jan 2004 11:12:03 +0000 (+0000) Subject: Undo last change in order not to break Netware builds... X-Git-Tag: pre_ajp_proxy~863 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=601c88636f965aedf8117eb91acea9964b14e5b3;p=thirdparty%2Fapache%2Fhttpd.git Undo last change in order not to break Netware builds... PR: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102190 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/loggers/mod_log_forensic.c b/modules/loggers/mod_log_forensic.c index 0f489afecfa..9c9ff7a8a30 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 "../../server/test_char.h" +#include "test_char.h" module AP_MODULE_DECLARE_DATA log_forensic_module;