summaryrefslogtreecommitdiff
path: root/include/http_log.h
diff options
context:
space:
mode:
authorStefan Fritsch <sf@apache.org>2011-07-03 16:41:39 +0000
committerStefan Fritsch <sf@apache.org>2011-07-03 16:41:39 +0000
commit3b66f2bef8b380c45fac3bfee2eda12b001957e3 (patch)
tree6a12470ae3ee1d4bf0be462392cabdf9994aa2d2 /include/http_log.h
parentb5ebda0fba29f8d1c2102b35fde25e81547759dd (diff)
downloadhttpd-3b66f2bef8b380c45fac3bfee2eda12b001957e3.tar.gz
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
Diffstat (limited to 'include/http_log.h')
-rw-r--r--include/http_log.h3
1 files changed, 1 insertions, 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 <syslog.h>
-#include "http_config.h"
-
#ifndef LOG_PRIMASK
#define LOG_PRIMASK 7
#endif