From: caro Date: Fri, 30 Dec 2011 13:02:37 +0000 (+0000) Subject: Emotion: try to fix linux code X-Git-Tag: submit/2.0alpha-wayland/20121127.222018~84 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d2f5c0caec8f6b35f7f895fc6d7f6d8546a4f36c;p=profile%2Fivi%2Femotion.git Emotion: try to fix linux code git-svn-id: http://svn.enlightenment.org/svn/e/trunk/emotion@66687 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/modules/xine/emotion_xine.c b/src/modules/xine/emotion_xine.c index cf2da59..4ca951e 100644 --- a/src/modules/xine/emotion_xine.c +++ b/src/modules/xine/emotion_xine.c @@ -1,3 +1,11 @@ +#ifdef HAVE_CONFIG_H +# include "config.h" +#endif + +#include +#include +#include + #include "Emotion.h" #include "emotion_private.h" #include "emotion_xine.h" diff --git a/src/modules/xine/emotion_xine_vo_out.c b/src/modules/xine/emotion_xine_vo_out.c index 7358f8c..150064d 100644 --- a/src/modules/xine/emotion_xine_vo_out.c +++ b/src/modules/xine/emotion_xine_vo_out.c @@ -1,11 +1,19 @@ /***************************************************************************/ /*** emotion xine display engine ***/ /***************************************************************************/ +#ifdef HAVE_CONFIG_H +# include "config.h" +#endif + #include #include #include #include +#include +#include +#include + #include "emotion_private.h" #include "emotion_xine.h"