From 8db978aa4cf216632581c629053fb90ed16de33d Mon Sep 17 00:00:00 2001 From: Vincent Torri Date: Wed, 22 May 2019 07:59:05 -0400 Subject: 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 --- src/lib/elua/io.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/lib/elua') diff --git a/src/lib/elua/io.c b/src/lib/elua/io.c index 186170b87c..77ac3df94c 100644 --- a/src/lib/elua/io.c +++ b/src/lib/elua/io.c @@ -1,5 +1,9 @@ #include "elua_private.h" +#ifdef _WIN32 +# include /* realpath */ +#endif + /* expand fname to full path name (so that PATH is ignored) plus turn * stuff into a command, and also verify whether the path exists */ static char * -- cgit v1.2.1