From 7f45f94af0201d48f7fcae14c6320ce3b9bcab71 Mon Sep 17 00:00:00 2001 From: Vincent Torri Date: Thu, 16 May 2019 14:36:12 +0200 Subject: [PATCH] Eo: replace Evil.h with evil_private.h Test Plan: compilation Reviewers: q66, raster, zmike Reviewed By: q66 Subscribers: cedric, #reviewers, #committers Tags: #efl Differential Revision: https://phab.enlightenment.org/D8905 --- src/lib/eo/eo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/eo/eo.c b/src/lib/eo/eo.c index c16c021ef2..0113434a8c 100644 --- a/src/lib/eo/eo.c +++ b/src/lib/eo/eo.c @@ -9,7 +9,7 @@ #include #ifdef _WIN32 -# include +# include /* evil_time_get dladdr */ #endif #if defined(__APPLE__) && defined(__MACH__)