Skip to content

Commit 8f8a969

Browse files
committed
Changed check to to be inclusive, not exclusive
1 parent bac04a7 commit 8f8a969

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CoreFoundation/PlugIn.subproj/CFBundle_Resources.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
#if TARGET_OS_MAC || TARGET_OS_LINUX || TARGET_OS_BSD
2929
#include <unistd.h>
30-
#if !TARGET_OS_ANDROID || !TARGET_OS_LINUX
30+
#if TARGET_OS_MAC || TARGET_OS_BSD
3131
#include <sys/sysctl.h>
3232
#endif
3333
#include <sys/stat.h>

0 commit comments

Comments
 (0)