From: Stefan Fritsch Date: Sun, 3 Jul 2011 16:41:39 +0000 (+0000) Subject: Fix build failure without HAVE_SYSLOG, e.g. on Netware X-Git-Tag: 2.3.14^2~85 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3b66f2bef8b380c45fac3bfee2eda12b001957e3;p=apache Fix build failure without HAVE_SYSLOG, e.g. on Netware git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1142457 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/http_log.h b/include/http_log.h index ca981308c9..5dada73602 100644 --- a/include/http_log.h +++ b/include/http_log.h @@ -31,12 +31,11 @@ extern "C" { #endif #include "apr_thread_proc.h" +#include "http_config.h" #ifdef HAVE_SYSLOG #include -#include "http_config.h" - #ifndef LOG_PRIMASK #define LOG_PRIMASK 7 #endif