Commit 0900800f authored by Stefan Fritsch's avatar Stefan Fritsch
Browse files

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
parent 5fcd1105
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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