Title: [91087] trunk/Source/_javascript_Core
Revision
91087
Author
[email protected]
Date
2011-07-15 12:15:49 -0700 (Fri, 15 Jul 2011)

Log Message

Chromium build fix.

* wtf/ThreadIdentifierDataPthreads.cpp: Add include to pick
up the definition of PTHREAD_KEYS_MAX.

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (91086 => 91087)


--- trunk/Source/_javascript_Core/ChangeLog	2011-07-15 19:14:08 UTC (rev 91086)
+++ trunk/Source/_javascript_Core/ChangeLog	2011-07-15 19:15:49 UTC (rev 91087)
@@ -1,3 +1,10 @@
+2011-07-15  David Levin  <[email protected]>
+
+        Chromium build fix.
+
+        * wtf/ThreadIdentifierDataPthreads.cpp: Add include to pick
+        up the definition of PTHREAD_KEYS_MAX.
+
 2011-07-14  David Levin  <[email protected]>
 
         currentThread is too slow!

Modified: trunk/Source/_javascript_Core/wtf/ThreadIdentifierDataPthreads.cpp (91086 => 91087)


--- trunk/Source/_javascript_Core/wtf/ThreadIdentifierDataPthreads.cpp	2011-07-15 19:14:08 UTC (rev 91086)
+++ trunk/Source/_javascript_Core/wtf/ThreadIdentifierDataPthreads.cpp	2011-07-15 19:15:49 UTC (rev 91087)
@@ -36,6 +36,8 @@
 
 #include "Threading.h"
 
+#include <pthread.h>
+
 namespace WTF {
 
 pthread_key_t ThreadIdentifierData::m_key = PTHREAD_KEYS_MAX;
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to