From 18e01e88d5a85526fe059498dc20abb575ccee27 Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Thu, 9 Jan 2020 10:53:26 -0500 Subject: [PATCH] efl_wl: Add ecore_wl2_internal include This library uses functions which are now internal to Ecore_Wl2, so we need to add the ecore_wl2_internal header here. --- src/lib/efl_wl/efl_wl.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/efl_wl/efl_wl.c b/src/lib/efl_wl/efl_wl.c index 02406d1d21..d872a4a426 100644 --- a/src/lib/efl_wl/efl_wl.c +++ b/src/lib/efl_wl/efl_wl.c @@ -16,6 +16,7 @@ #include "Ecore_Evas.h" #include "Ecore_Wl2.h" +#include "ecore_wl2_internal.h" #include "Ecore_Input.h" #include "Evas_GL.h"