]> granicus.if.org Git - apache/commitdiff
Fix build failure without HAVE_SYSLOG, e.g. on Netware
authorStefan Fritsch <sf@apache.org>
Sun, 3 Jul 2011 16:41:39 +0000 (16:41 +0000)
committerStefan Fritsch <sf@apache.org>
Sun, 3 Jul 2011 16:41:39 +0000 (16:41 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1142457 13f79535-47bb-0310-9956-ffa450edef68

include/http_log.h

index ca981308c90841c674ddb8474cb0a5c74fc6f605..5dada7360203ecaad8a381cffde34f7825a52514 100644 (file)
@@ -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