Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Another file to only include sys/sysctl.h if macOS or BSD
  • Loading branch information
tachoknight committed Apr 23, 2020
1 parent 7bcbe8a commit 1815e0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CoreFoundation/PlugIn.subproj/CFBundle_Resources.c
Expand Up @@ -27,7 +27,7 @@

#if TARGET_OS_MAC || TARGET_OS_LINUX || TARGET_OS_BSD
#include <unistd.h>
#if !TARGET_OS_ANDROID
#if TARGET_OS_MAC || TARGET_OS_BSD
#include <sys/sysctl.h>
#endif
#include <sys/stat.h>
Expand Down

0 comments on commit 1815e0f

Please sign in to comment.