From: englebass Date: Sun, 26 Oct 2008 16:32:21 +0000 (+0000) Subject: Add Eina.h for eina_init X-Git-Tag: 2.0_alpha~194^2~1748 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6bc24cb3ddcc9b13c45c8925b194bed78ee9b293;p=framework%2Fuifw%2Fecore.git Add Eina.h for eina_init git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@37155 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/ecore/ecore.c b/src/lib/ecore/ecore.c index 1ca9f04..04bae9b 100644 --- a/src/lib/ecore/ecore.c +++ b/src/lib/ecore/ecore.c @@ -17,6 +17,7 @@ #ifdef HAVE_EVIL # include #endif +#include static const char *_ecore_magic_string_get(Ecore_Magic m); static int _ecore_init_count = 0;