Title: [278506] branches/safari-611-branch/Source/WTF
Revision
278506
Author
alanc...@apple.com
Date
2021-06-04 15:45:44 -0700 (Fri, 04 Jun 2021)

Log Message

Cherry-pick r278208. rdar://problem/78595584

Modified Paths

Diff

Modified: branches/safari-611-branch/Source/WTF/ChangeLog (278505 => 278506)


--- branches/safari-611-branch/Source/WTF/ChangeLog	2021-06-04 22:45:42 UTC (rev 278505)
+++ branches/safari-611-branch/Source/WTF/ChangeLog	2021-06-04 22:45:44 UTC (rev 278506)
@@ -1,3 +1,23 @@
+2021-05-28  Russell Epstein  <repst...@apple.com>
+
+Cherry-pick r278208. rdar://problem/78595584
+
+    Unreviewed build fix after r277881.
+    
+    Add missing header include.
+    
+    * wtf/cocoa/FileSystemCocoa.mm:
+    
+    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@278208 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+    2021-05-28  Chris Dumez  <cdu...@apple.com>
+
+            Unreviewed build fix after r277881.
+
+            Add missing header include.
+
+            * wtf/cocoa/FileSystemCocoa.mm:
+
 2021-05-25  Alan Coon  <alanc...@apple.com>
 
 Cherry-pick r277881. rdar://78467158 

Modified: branches/safari-611-branch/Source/WTF/wtf/cocoa/FileSystemCocoa.mm (278505 => 278506)


--- branches/safari-611-branch/Source/WTF/wtf/cocoa/FileSystemCocoa.mm	2021-06-04 22:45:42 UTC (rev 278505)
+++ branches/safari-611-branch/Source/WTF/wtf/cocoa/FileSystemCocoa.mm	2021-06-04 22:45:44 UTC (rev 278506)
@@ -30,6 +30,7 @@
 #import <wtf/FileSystem.h>
 
 #import <wtf/SoftLinking.h>
+#import <sys/resource.h>
 
 typedef struct _BOMCopier* BOMCopier;
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to