From 16ef56d396a7bfa6cce6a86889a6a99b07107498 Mon Sep 17 00:00:00 2001 From: ChunEon Park Date: Sat, 18 Jan 2014 18:49:27 +0900 Subject: [PATCH] efl/emotion - added missing headers for getuid() geteuid(). --- src/modules/emotion/gstreamer/emotion_sink.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/modules/emotion/gstreamer/emotion_sink.c b/src/modules/emotion/gstreamer/emotion_sink.c index 7677f9e47d..279c7fb233 100644 --- a/src/modules/emotion/gstreamer/emotion_sink.c +++ b/src/modules/emotion/gstreamer/emotion_sink.c @@ -25,6 +25,11 @@ # endif #endif +#if defined(HAVE_GETUID) && defined(HAVE_GETEUID) +# include +# include +#endif + #include "emotion_modules.h" #include "emotion_gstreamer.h"