<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">diff --git Source/WTF/wtf/spi/darwin/ProcessMemoryFootprint.h Source/WTF/wtf/spi/darwin/ProcessMemoryFootprint.h
index 90852df6..525ace42 100644
--- Source/WTF/wtf/spi/darwin/ProcessMemoryFootprint.h
+++ Source/WTF/wtf/spi/darwin/ProcessMemoryFootprint.h
@@ -27,7 +27,7 @@
 
 #if OS(DARWIN)
 
-#if !PLATFORM(IOS_FAMILY_SIMULATOR) &amp;&amp; __has_include(&lt;libproc.h&gt;)
+#if !PLATFORM(IOS_FAMILY_SIMULATOR) &amp;&amp; __has_include(&lt;libproc.h&gt;) &amp;&amp; (__MAC_OS_X_VERSION_MIN_REQUIRED &gt;= 1090)
 #    include &lt;libproc.h&gt;
 #    if RUSAGE_INFO_CURRENT &gt;= 4
 #        define HAS_MAX_FOOTPRINT
</pre></body></html>