summaryrefslogtreecommitdiff
path: root/src/lib/elementary/elm_layout_legacy.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/elementary/elm_layout_legacy.h')
-rw-r--r--src/lib/elementary/elm_layout_legacy.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/lib/elementary/elm_layout_legacy.h b/src/lib/elementary/elm_layout_legacy.h
index 58dab5bcc9..25cb73623d 100644
--- a/src/lib/elementary/elm_layout_legacy.h
+++ b/src/lib/elementary/elm_layout_legacy.h
@@ -712,4 +712,8 @@ EAPI const char *elm_layout_part_cursor_style_get(const Evas_Object *obj, const
*/
EAPI Eina_Bool elm_layout_part_cursor_unset(Evas_Object *obj, const char *part_name);
-#include "efl_ui_layout.eo.legacy.h"
+/* FIXME: shouldn't need this but we do */
+#ifndef _EFL_UI_LAYOUT_EO_CLASS_TYPE
+#define _EFL_UI_LAYOUT_EO_CLASS_TYPE
+typedef Eo Efl_Ui_Layout;
+#endif