From a40ee1f181f98504e476dc85ab27210099a54680 Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Sat, 24 Feb 2001 21:08:15 +0000 Subject: Actually compile on systems without syslog. PR: #9412 --- main/php_syslog.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'main/php_syslog.h') diff --git a/main/php_syslog.h b/main/php_syslog.h index cf70159133..279da71c92 100644 --- a/main/php_syslog.h +++ b/main/php_syslog.h @@ -4,8 +4,11 @@ #ifdef PHP_WIN32 #include "win32/syslog.h" #else +#include "php_config.h" +#ifdef HAVE_SYSLOG_H #include #endif +#endif /* * The SCO OpenServer 5 Development System (not the UDK) -- cgit v1.2.1