Title: [132776] trunk/Source/WebKit2
Revision
132776
Author
[email protected]
Date
2012-10-29 02:17:34 -0700 (Mon, 29 Oct 2012)

Log Message

Unreviewed build fix after r132709.

* Shared/WebMemorySampler.cpp: Include unistd.h for getpid(3).

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (132775 => 132776)


--- trunk/Source/WebKit2/ChangeLog	2012-10-29 09:11:08 UTC (rev 132775)
+++ trunk/Source/WebKit2/ChangeLog	2012-10-29 09:17:34 UTC (rev 132776)
@@ -1,3 +1,9 @@
+2012-10-29  Raphael Kubo da Costa  <[email protected]>
+
+        Unreviewed build fix after r132709.
+
+        * Shared/WebMemorySampler.cpp: Include unistd.h for getpid(3).
+
 2012-10-28  Byungwoo Lee  <[email protected]>
 
         [WK2] Fix the incorrect use of preprocessor statement in API header.

Modified: trunk/Source/WebKit2/Shared/WebMemorySampler.cpp (132775 => 132776)


--- trunk/Source/WebKit2/Shared/WebMemorySampler.cpp	2012-10-29 09:11:08 UTC (rev 132775)
+++ trunk/Source/WebKit2/Shared/WebMemorySampler.cpp	2012-10-29 09:17:34 UTC (rev 132776)
@@ -29,6 +29,7 @@
 #if ENABLE(MEMORY_SAMPLER)
 
 #include <stdio.h>
+#include <unistd.h>
 #include <wtf/text/CString.h>
 #include <wtf/text/StringBuilder.h>
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to