Title: [278208] trunk/Source/WTF
Revision
278208
Author
cdu...@apple.com
Date
2021-05-28 10:47:22 -0700 (Fri, 28 May 2021)

Log Message

Unreviewed build fix after r277881.

Add missing header include.

* wtf/cocoa/FileSystemCocoa.mm:

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (278207 => 278208)


--- trunk/Source/WTF/ChangeLog	2021-05-28 17:23:44 UTC (rev 278207)
+++ trunk/Source/WTF/ChangeLog	2021-05-28 17:47:22 UTC (rev 278208)
@@ -1,3 +1,11 @@
+2021-05-28  Chris Dumez  <cdu...@apple.com>
+
+        Unreviewed build fix after r277881.
+
+        Add missing header include.
+
+        * wtf/cocoa/FileSystemCocoa.mm:
+
 2021-05-27  Said Abou-Hallawa  <s...@apple.com>
 
         Values of keySplines control points must all be in the range 0 to 1

Modified: trunk/Source/WTF/wtf/cocoa/FileSystemCocoa.mm (278207 => 278208)


--- trunk/Source/WTF/wtf/cocoa/FileSystemCocoa.mm	2021-05-28 17:23:44 UTC (rev 278207)
+++ trunk/Source/WTF/wtf/cocoa/FileSystemCocoa.mm	2021-05-28 17:47:22 UTC (rev 278208)
@@ -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