<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- Source/JavaScriptCore/jit/ExecutableAllocator.cpp.orig	2019-11-30 14:05:23.000000000 -0800
+++ Source/JavaScriptCore/jit/ExecutableAllocator.cpp	2019-11-30 14:07:28.000000000 -0800
@@ -43,6 +43,10 @@
 #include &lt;sys/mman.h&gt;
 #endif
 
+#if OS(DARWIN) &amp;&amp; (__MAC_OS_X_VERSION_MAX_ALLOWED &lt;= 1070)
+#include &lt;sys/fcntl.h&gt;
+#endif
+
 #if PLATFORM(IOS_FAMILY)
 #include &lt;wtf/cocoa/Entitlements.h&gt;
 #endif
</pre></body></html>