diff options
author | Stefan Fritsch <sf@apache.org> | 2011-07-03 16:41:39 +0000 |
---|---|---|
committer | Stefan Fritsch <sf@apache.org> | 2011-07-03 16:41:39 +0000 |
commit | 3b66f2bef8b380c45fac3bfee2eda12b001957e3 (patch) | |
tree | 6a12470ae3ee1d4bf0be462392cabdf9994aa2d2 /include/http_log.h | |
parent | b5ebda0fba29f8d1c2102b35fde25e81547759dd (diff) | |
download | httpd-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.h | 3 |
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 |