Skip to content

Commit e68dc07

Browse files
authored
Merge pull request #2771 from tachoknight/master
Removed Linux use of sys/sysctl.h
2 parents 791d57e + 7bcbe8a commit e68dc07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CoreFoundation/PlugIn.subproj/CFBundle_InfoPlist.c

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

1818
#if (TARGET_OS_MAC || TARGET_OS_LINUX || TARGET_OS_BSD) && !TARGET_OS_CYGWIN
1919
#include <dirent.h>
20-
#if !TARGET_OS_ANDROID
20+
#if TARGET_OS_MAC || TARGET_OS_BSD
2121
#include <sys/sysctl.h>
2222
#endif
2323
#include <sys/mman.h>

0 commit comments

Comments
 (0)