Skip to content

Commit 79c2cf8

Browse files
authored
Merge pull request #2397 from drodriguez/android-add-errno-to-header
[android] Add errno.h header to the Android branch.
2 parents 2b3a0af + 5d17ef3 commit 79c2cf8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CoreFoundation/Base.subproj/ForSwiftFoundationOnly.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
#endif
5757

5858
#if TARGET_OS_ANDROID
59+
#include <errno.h>
5960
#include <sys/stat.h>
6061
#include <sys/syscall.h>
6162
#elif TARGET_OS_LINUX

0 commit comments

Comments
 (0)