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

Log Message

Another attempted 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 (91088 => 91089)


--- trunk/Source/_javascript_Core/ChangeLog	2011-07-15 19:16:05 UTC (rev 91088)
+++ trunk/Source/_javascript_Core/ChangeLog	2011-07-15 19:23:32 UTC (rev 91089)
@@ -1,5 +1,12 @@
 2011-07-15  David Levin  <[email protected]>
 
+        Another attempted build fix.
+
+        * wtf/ThreadIdentifierDataPthreads.cpp: Add include to pick
+        up the definition of PTHREAD_KEYS_MAX.
+
+2011-07-15  David Levin  <[email protected]>
+
         Chromium build fix.
 
         * wtf/ThreadIdentifierDataPthreads.cpp: Add include to pick

Modified: trunk/Source/_javascript_Core/wtf/ThreadIdentifierDataPthreads.cpp (91088 => 91089)


--- trunk/Source/_javascript_Core/wtf/ThreadIdentifierDataPthreads.cpp	2011-07-15 19:16:05 UTC (rev 91088)
+++ trunk/Source/_javascript_Core/wtf/ThreadIdentifierDataPthreads.cpp	2011-07-15 19:23:32 UTC (rev 91089)
@@ -36,7 +36,7 @@
 
 #include "Threading.h"
 
-#include <pthread.h>
+#include <limits.h>
 
 namespace WTF {
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to