From 3b66f2bef8b380c45fac3bfee2eda12b001957e3 Mon Sep 17 00:00:00 2001 From: Stefan Fritsch Date: Sun, 3 Jul 2011 16:41:39 +0000 Subject: [PATCH] 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 --- include/http_log.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 -- 2.50.0