diff options
author | Vincent Torri <vincent.torri@gmail.com> | 2019-05-22 07:59:05 -0400 |
---|---|---|
committer | Mike Blumenkrantz <zmike@samsung.com> | 2019-05-22 07:59:05 -0400 |
commit | 8db978aa4cf216632581c629053fb90ed16de33d (patch) | |
tree | 58dc41e21b614992a6fd9896291b3717296aaba8 /src/lib/emotion/emotion_modules.c | |
parent | af70c4ff6d51a64bca4f11d7dd61bb29c96ef0b7 (diff) |
include evil_private.h in last files, and disable symbolic links on Windows in a couple of files
Test Plan: compilation
Reviewers: zmike, raster, cedric
Reviewed By: zmike
Subscribers: #reviewers, #committers
Tags: #efl
Differential Revision: https://phab.enlightenment.org/D8933
Diffstat (limited to '')
-rw-r--r-- | src/lib/emotion/emotion_modules.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/lib/emotion/emotion_modules.c b/src/lib/emotion/emotion_modules.c index 5f079b2983..da665e7aa4 100644 --- a/src/lib/emotion/emotion_modules.c +++ b/src/lib/emotion/emotion_modules.c | |||
@@ -2,6 +2,11 @@ | |||
2 | # include "config.h" | 2 | # include "config.h" |
3 | #endif | 3 | #endif |
4 | 4 | ||
5 | #ifdef _WIN32 | ||
6 | /* normally, they will never be called as it's for Wayland */ | ||
7 | # include <evil_private.h> /* setenv unsetenv */ | ||
8 | #endif | ||
9 | |||
5 | #include "emotion_private.h" | 10 | #include "emotion_private.h" |
6 | #include "../../static_libs/buildsystem/buildsystem.h" | 11 | #include "../../static_libs/buildsystem/buildsystem.h" |
7 | #include <unistd.h> | 12 | #include <unistd.h> |