From: Tom Hacohen Date: Fri, 27 Sep 2013 11:10:43 +0000 (+0100) Subject: Eo: Explicitly include Eina.h in eo_private.h. X-Git-Tag: submit/devel/efl/20131029.075644~173 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e3cb9195c2a6d0d0b77f09cadc08f6384834aa55;p=platform%2Fupstream%2Fefl.git Eo: Explicitly include Eina.h in eo_private.h. It's uses eina stuff, we can't just assume eina is already included. --- diff --git a/src/lib/eo/eo_private.h b/src/lib/eo/eo_private.h index 6d9f8fa..382e966 100644 --- a/src/lib/eo/eo_private.h +++ b/src/lib/eo/eo_private.h @@ -1,6 +1,8 @@ #ifndef _EO_PRIVATE_H #define _EO_PRIVATE_H +#include + #define EO_EINA_MAGIC 0xa186bc32 #define EO_EINA_MAGIC_STR "Eo" #define EO_FREED_EINA_MAGIC 0xa186bb32