From 7bf8e87185d882e9d85b23d9a13d08fbe725c040 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Andre Date: Thu, 14 Dec 2017 20:27:43 +0900 Subject: [PATCH] elm: Include elm_widget.eo.h for EO API This is the header that exposes the efl_ui_widget API. Only for the EO / Unified API. --- src/lib/elementary/Elementary.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/elementary/Elementary.h b/src/lib/elementary/Elementary.h index 95c54b35ac..d9e35f0273 100644 --- a/src/lib/elementary/Elementary.h +++ b/src/lib/elementary/Elementary.h @@ -282,6 +282,7 @@ EAPI extern Elm_Version *elm_version; #ifdef EFL_EO_API_SUPPORT #include "efl_ui_list_segarray.h" # include +# include # include # include # include