focus: fix compilation
authorMarcel Hollerbach <marcel-hollerbach@t-online.de>
Thu, 27 Oct 2016 17:06:17 +0000 (19:06 +0200)
committerMarcel Hollerbach <marcel-hollerbach@t-online.de>
Thu, 20 Apr 2017 12:38:57 +0000 (14:38 +0200)
it seems like eolian changed, so i need to import the eina_types

src/lib/elementary/efl_ui_focus_object.eo

index 4bbfb0b..106d09c 100644 (file)
@@ -1,3 +1,5 @@
+import eina_types;
+
 mixin Efl.Ui.Focus.Object
 {
     [[Functions of focusable objects]]