We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 164af81 commit f91a759Copy full SHA for f91a759
Sources/CoreFoundation/CFString.c
@@ -35,7 +35,7 @@
35
#include <stdarg.h>
36
#include <stdio.h>
37
#include <string.h>
38
-#if TARGET_OS_MAC || TARGET_OS_LINUX || TARGET_OS_BSD
+#if TARGET_OS_MAC || TARGET_OS_LINUX || TARGET_OS_BSD || TARGET_OS_WASI
39
#include <unistd.h>
40
#endif
41
#if TARGET_OS_WASI
0 commit comments