Eo: Explicitly include Eina.h in eo_private.h.
authorTom Hacohen <tom@stosb.com>
Fri, 27 Sep 2013 11:10:43 +0000 (12:10 +0100)
committerTom Hacohen <tom@stosb.com>
Fri, 27 Sep 2013 13:01:47 +0000 (14:01 +0100)
It's uses eina stuff, we can't just assume eina is already included.

src/lib/eo/eo_private.h

index 6d9f8fa..382e966 100644 (file)
@@ -1,6 +1,8 @@
 #ifndef _EO_PRIVATE_H
 #define _EO_PRIVATE_H
 
+#include <Eina.h>
+
 #define EO_EINA_MAGIC 0xa186bc32
 #define EO_EINA_MAGIC_STR "Eo"
 #define EO_FREED_EINA_MAGIC 0xa186bb32