devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=ec1ce2b15d50d675ce9c25e29f6c9009943ff119
commit ec1ce2b15d50d675ce9c25e29f6c9009943ff119 Author: Christopher Michael <[email protected]> Date: Tue Nov 5 09:26:49 2019 -0500 evas-wayland-common: Add include for ecore_wl2 internal functions --- src/modules/evas/engines/wayland_common/Evas_Engine_Wayland.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/modules/evas/engines/wayland_common/Evas_Engine_Wayland.h b/src/modules/evas/engines/wayland_common/Evas_Engine_Wayland.h index 45c0d91821..539b83b38b 100644 --- a/src/modules/evas/engines/wayland_common/Evas_Engine_Wayland.h +++ b/src/modules/evas/engines/wayland_common/Evas_Engine_Wayland.h @@ -2,6 +2,7 @@ # define _EVAS_ENGINE_WAYLAND_COMMON_H #include "Ecore_Wl2.h" +#include "ecore_wl2_internal.h" typedef struct _Evas_Engine_Info_Wayland Evas_Engine_Info_Wayland; --
