From 1815e0f6e1474777482c7b457075d4404d13bfd3 Mon Sep 17 00:00:00 2001 From: Ron Olson Date: Thu, 23 Apr 2020 08:43:03 -0500 Subject: [PATCH] Another file to only include sys/sysctl.h if macOS or BSD --- CoreFoundation/PlugIn.subproj/CFBundle_Resources.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CoreFoundation/PlugIn.subproj/CFBundle_Resources.c b/CoreFoundation/PlugIn.subproj/CFBundle_Resources.c index de49b5e926..7e7b4bd00f 100644 --- a/CoreFoundation/PlugIn.subproj/CFBundle_Resources.c +++ b/CoreFoundation/PlugIn.subproj/CFBundle_Resources.c @@ -27,7 +27,7 @@ #if TARGET_OS_MAC || TARGET_OS_LINUX || TARGET_OS_BSD #include -#if !TARGET_OS_ANDROID +#if TARGET_OS_MAC || TARGET_OS_BSD #include #endif #include