Skip to content

Commit

Permalink
Fix build failure without HAVE_SYSLOG, e.g. on Netware
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1142457 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Stefan Fritsch committed Jul 3, 2011
1 parent 5fcd110 commit 0900800
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions include/http_log.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0900800

Please sign in to comment.