Skip to content

Commit

Permalink
Merge pull request #4899 from kateinoigakukun/pr-f57925e663dfa963eeb2…
Browse files Browse the repository at this point in the history
…42915a3ea289b3211842

[wasm] Include syslog.h only if available
  • Loading branch information
kateinoigakukun committed Mar 3, 2024
2 parents fbae263 + 5a60991 commit 7c7225a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CoreFoundation/URL.subproj/CFURL.c
Expand Up @@ -31,7 +31,7 @@
#include <sys/types.h>
#if __has_include(<sys/syslog.h>)
#include <sys/syslog.h>
#else
#elif __has_include(<syslog.h>)
#include <syslog.h>
#endif
#include <CoreFoundation/CFURLPriv.h>
Expand Down

0 comments on commit 7c7225a

Please sign in to comment.