elm test: include evil_private.h to declare realpath() on Windows

Reviewers: raster, zmike

Reviewed By: raster

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D11872
This commit is contained in:
Vincent Torri 2020-05-23 14:57:10 +01:00 committed by Stefan Schmidt
parent 614e471ab2
commit 9a37508f62
2 changed files with 8 additions and 0 deletions

View File

@ -4,6 +4,10 @@
#include <libgen.h>
#ifdef _WIN32
# include <evil_private.h> /* realpath() */
#endif
#include "elm_suite.h"
#include "Elementary.h"

View File

@ -4,6 +4,10 @@
#include <stdlib.h>
#ifdef _WIN32
# include <evil_private.h> /* realpath() */
#endif
#include "elm_suite.h"
#include "Elementary.h"