Emotion: try to fix linux code
authorcaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 30 Dec 2011 13:02:37 +0000 (13:02 +0000)
committercaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 30 Dec 2011 13:02:37 +0000 (13:02 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/emotion@66687 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/modules/xine/emotion_xine.c
src/modules/xine/emotion_xine_vo_out.c

index cf2da59..4ca951e 100644 (file)
@@ -1,3 +1,11 @@
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
+#include <Eina.h>
+#include <Evas.h>
+#include <Ecore.h>
+
 #include "Emotion.h"
 #include "emotion_private.h"
 #include "emotion_xine.h"
index 7358f8c..150064d 100644 (file)
@@ -1,11 +1,19 @@
 /***************************************************************************/
 /***                  emotion xine display engine                        ***/
 /***************************************************************************/
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <unistd.h>
 #include <string.h>
 
+#include <Eina.h>
+#include <Evas.h>
+#include <Ecore.h>
+
 #include "emotion_private.h"
 #include "emotion_xine.h"