We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fbae263 + 5a60991 commit 7c7225aCopy full SHA for 7c7225a
CoreFoundation/URL.subproj/CFURL.c
@@ -31,7 +31,7 @@
31
#include <sys/types.h>
32
#if __has_include(<sys/syslog.h>)
33
#include <sys/syslog.h>
34
-#else
+#elif __has_include(<syslog.h>)
35
#include <syslog.h>
36
#endif
37
#include <CoreFoundation/CFURLPriv.h>
0 commit comments