Title: [140958] trunk/Tools
Revision
140958
Author
[email protected]
Date
2013-01-28 02:00:39 -0800 (Mon, 28 Jan 2013)

Log Message

[EFL] Include Ecore_Getopt.h in MiniBrowser.
https://bugs.webkit.org/show_bug.cgi?id=108067

Reviewed by Kenneth Rohde Christiansen.

Be explicit and include Ecore_Getopt.h since we use it for parsing
command line options. It is safer than relying on other headers
including it for us.

* MiniBrowser/efl/main.c:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (140957 => 140958)


--- trunk/Tools/ChangeLog	2013-01-28 09:54:15 UTC (rev 140957)
+++ trunk/Tools/ChangeLog	2013-01-28 10:00:39 UTC (rev 140958)
@@ -1,3 +1,16 @@
+2013-01-28  Raphael Kubo da Costa  <[email protected]>
+
+        [EFL] Include Ecore_Getopt.h in MiniBrowser.
+        https://bugs.webkit.org/show_bug.cgi?id=108067
+
+        Reviewed by Kenneth Rohde Christiansen.
+
+        Be explicit and include Ecore_Getopt.h since we use it for parsing
+        command line options. It is safer than relying on other headers
+        including it for us.
+
+        * MiniBrowser/efl/main.c:
+
 2013-01-28  Renata Hodovan  <[email protected]>
 
         [WK2] Putting QtWebProcess into a chrooted sandbox

Modified: trunk/Tools/MiniBrowser/efl/main.c (140957 => 140958)


--- trunk/Tools/MiniBrowser/efl/main.c	2013-01-28 09:54:15 UTC (rev 140957)
+++ trunk/Tools/MiniBrowser/efl/main.c	2013-01-28 10:00:39 UTC (rev 140958)
@@ -21,6 +21,7 @@
 #include "url_utils.h"
 #include <Ecore.h>
 #include <Ecore_Evas.h>
+#include <Ecore_Getopt.h>
 #include <Eina.h>
 #include <Elementary.h>
 #include <Evas.h>
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to