Title: [174813] trunk/Source/WTF
Revision
174813
Author
m...@apple.com
Date
2014-10-17 01:23:24 -0700 (Fri, 17 Oct 2014)

Log Message

Tried to fix the Yosemite build.

* wtf/Threading.cpp:

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (174812 => 174813)


--- trunk/Source/WTF/ChangeLog	2014-10-17 06:31:20 UTC (rev 174812)
+++ trunk/Source/WTF/ChangeLog	2014-10-17 08:23:24 UTC (rev 174813)
@@ -1,3 +1,9 @@
+2014-10-17  Dan Bernstein  <m...@apple.com>
+
+        Tried to fix the Yosemite build.
+
+        * wtf/Threading.cpp:
+
 2014-10-16  Dan Bernstein  <m...@apple.com>
 
         OSObjectPtr is missing leakRef()

Modified: trunk/Source/WTF/wtf/Threading.cpp (174812 => 174813)


--- trunk/Source/WTF/wtf/Threading.cpp	2014-10-17 06:31:20 UTC (rev 174812)
+++ trunk/Source/WTF/wtf/Threading.cpp	2014-10-17 08:23:24 UTC (rev 174813)
@@ -28,6 +28,10 @@
 
 #include <string.h>
 
+#if HAVE(QOS_CLASSES)
+#include <sys/qos.h>
+#endif
+
 namespace WTF {
 
 struct NewThreadContext {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to