From 1fc5ee5f40d8233a701987a43c4a9ad4c669b48c Mon Sep 17 00:00:00 2001 From: Tony Parker Date: Wed, 17 Jul 2024 16:43:53 -0700 Subject: [PATCH] Add fcntl.h include, required for some linux platforms --- Sources/CoreFoundation/include/ForSwiftFoundationOnly.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Sources/CoreFoundation/include/ForSwiftFoundationOnly.h b/Sources/CoreFoundation/include/ForSwiftFoundationOnly.h index 2a847e6c1f..dd41eeb2ee 100644 --- a/Sources/CoreFoundation/include/ForSwiftFoundationOnly.h +++ b/Sources/CoreFoundation/include/ForSwiftFoundationOnly.h @@ -78,6 +78,7 @@ #include #include #include +#include #ifdef __GLIBC_PREREQ #if __GLIBC_PREREQ(2, 28) == 0