We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 56b27ca + 7891776 commit 355fbfaCopy full SHA for 355fbfa
CoreFoundation/Locale.subproj/CFLocale.c
@@ -19,15 +19,11 @@
19
#include <CoreFoundation/CFNumber.h>
20
#include "CFInternal.h"
21
#include "CFRuntime_Internal.h"
22
-#if !TARGET_OS_WASI
23
#include <CoreFoundation/CFPreferences.h>
24
#include "CFBundle_Internal.h"
25
-#else
26
-#include "CFBase.h"
27
-#endif
28
#include "CFLocaleInternal.h"
29
#include <stdatomic.h>
30
-#if TARGET_OS_MAC || TARGET_OS_WIN32 || TARGET_OS_LINUX || TARGET_OS_BSD
+#if TARGET_OS_MAC || TARGET_OS_WIN32 || TARGET_OS_LINUX || TARGET_OS_BSD || TARGET_OS_WASI
31
#include <unicode/uloc.h> // ICU locales
32
#include <unicode/ulocdata.h> // ICU locale data
33
#include <unicode/ucal.h>
0 commit comments