From a8914f39b9d34a8c8b9a209ad4f8d410bdf3d0d8 Mon Sep 17 00:00:00 2001 From: Vincent Torri Date: Fri, 30 Dec 2011 13:02:37 +0000 Subject: [PATCH] Emotion: try to fix linux code SVN revision: 66687 --- legacy/emotion/src/modules/xine/emotion_xine.c | 8 ++++++++ legacy/emotion/src/modules/xine/emotion_xine_vo_out.c | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/legacy/emotion/src/modules/xine/emotion_xine.c b/legacy/emotion/src/modules/xine/emotion_xine.c index cf2da59..4ca951e 100644 --- a/legacy/emotion/src/modules/xine/emotion_xine.c +++ b/legacy/emotion/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/legacy/emotion/src/modules/xine/emotion_xine_vo_out.c b/legacy/emotion/src/modules/xine/emotion_xine_vo_out.c index 7358f8c..150064d 100644 --- a/legacy/emotion/src/modules/xine/emotion_xine_vo_out.c +++ b/legacy/emotion/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" -- 2.7.4