efl/emotion - added missing headers for getuid() geteuid().

This commit is contained in:
ChunEon Park 2014-01-18 18:49:27 +09:00
parent cb1458e435
commit 16ef56d396
1 changed files with 5 additions and 0 deletions

View File

@ -25,6 +25,11 @@
# endif
#endif
#if defined(HAVE_GETUID) && defined(HAVE_GETEUID)
# include <unistd.h>
# include <sys/types.h>
#endif
#include "emotion_modules.h"
#include "emotion_gstreamer.h"