Title: [123562] trunk/Tools
Revision
123562
Author
[email protected]
Date
2012-07-24 18:23:29 -0700 (Tue, 24 Jul 2012)

Log Message

[EFL] Unreviewed build fix.

* WebKitTestRunner/efl/EventSenderProxyEfl.cpp: Include unistd.h
for usleep(3).

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (123561 => 123562)


--- trunk/Tools/ChangeLog	2012-07-25 01:14:51 UTC (rev 123561)
+++ trunk/Tools/ChangeLog	2012-07-25 01:23:29 UTC (rev 123562)
@@ -1,3 +1,10 @@
+2012-07-24  Raphael Kubo da Costa  <[email protected]>
+
+        [EFL] Unreviewed build fix.
+
+        * WebKitTestRunner/efl/EventSenderProxyEfl.cpp: Include unistd.h
+        for usleep(3).
+
 2012-07-24  Dirk Pranke  <[email protected]>
 
         make test-webkitpy at least kinda work in parallel on win32

Modified: trunk/Tools/WebKitTestRunner/efl/EventSenderProxyEfl.cpp (123561 => 123562)


--- trunk/Tools/WebKitTestRunner/efl/EventSenderProxyEfl.cpp	2012-07-25 01:14:51 UTC (rev 123561)
+++ trunk/Tools/WebKitTestRunner/efl/EventSenderProxyEfl.cpp	2012-07-25 01:23:29 UTC (rev 123562)
@@ -37,6 +37,7 @@
 
 #include <Ecore.h>
 #include <Ecore_Evas.h>
+#include <unistd.h>
 #include <wtf/OwnArrayPtr.h>
 #include <wtf/PassOwnArrayPtr.h>
 #include <wtf/text/CString.h>
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to