diff --git a/Source/NSLog.m b/Source/NSLog.m index a735da0a8..a21a70098 100644 --- a/Source/NSLog.m +++ b/Source/NSLog.m @@ -49,7 +49,7 @@ _NSLog_standard_printf_handler (NSString* message) [message getCString: buf]; buf[len] = '\0'; -#ifdef HAVE_SYSLOG_H +#ifdef HAVE_SYSLOG if (write(2, buf, len) != len) {