felipealmeida pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=ca45ee9a9fe43120bb178d6167d55af3e2bb0381
commit ca45ee9a9fe43120bb178d6167d55af3e2bb0381 Author: Felipe Magno de Almeida <[email protected]> Date: Tue Apr 3 17:26:28 2018 -0300 efl-mono: Fix test not include'ing Ecore.h --- src/tests/efl_mono/libefl_mono_native_test.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tests/efl_mono/libefl_mono_native_test.c b/src/tests/efl_mono/libefl_mono_native_test.c index b53582e44a..e68ec27730 100644 --- a/src/tests/efl_mono/libefl_mono_native_test.c +++ b/src/tests/efl_mono/libefl_mono_native_test.c @@ -3,6 +3,7 @@ #include "config.h" #endif +#include <Ecore.h> #include <Eo.h> #undef EOAPI --
