summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMun, Gwan-gyeong <kk.moon@samsung.com>2016-11-11 19:09:33 +0900
committerMun, Gwan-gyeong <kk.moon@samsung.com>2016-11-11 19:09:33 +0900
commit59968c7293a15a48305784c62aaa71ca4f6694d1 (patch)
treed74c9a9fd3762ce816e40abbea6fcc26e3c210a0
parentbbcf50ea8cffb9d3c28f557a1341078e8c2ce97d (diff)
downloadmesa-accepted/tizen_common.tar.gz
mesa-accepted/tizen_common.tar.bz2
mesa-accepted/tizen_common.zip
: As systemd version is bumped up to v231, mesa should include these headers explicitly. Change-Id: I4f2c5eb9d5da64d9aa856038211fd2c88bac379f
-rw-r--r--src/loader/loader.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/loader/loader.c b/src/loader/loader.c
index 47e1f58746c..ee73c7d15af 100644
--- a/src/loader/loader.c
+++ b/src/loader/loader.c
@@ -72,6 +72,8 @@
#include <dlfcn.h>
#include <fcntl.h>
#include <unistd.h>
+#include <sys/stat.h>
+#include <sys/types.h>
#include <stdlib.h>
#include <errno.h>
#ifdef USE_DRICONF