eina: fix missing header 20/93020/1
authorJean Guyomarc'h <jean.guyomarch@openwide.fr>
Fri, 16 Oct 2015 13:14:22 +0000 (15:14 +0200)
committerJaehyun Cho <jae_hyun.cho@samsung.com>
Thu, 20 Oct 2016 05:00:27 +0000 (14:00 +0900)
This caused functions from eina_util to be undefined at compile time.
The compiler would make implicit casts of return values into ints,
which had major side effects (e.g. segfault edje_cc)

@fix

Change-Id: Ib64f6647d1f20049b504ba19e9f5138ae980ad32
Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
src/lib/eina/eina_file_common.h

index 3eb84ec..e8241d9 100644 (file)
@@ -23,6 +23,7 @@
 #include "eina_tmpstr.h"
 #include "eina_lock.h"
 #include "eina_list.h"
+#include "eina_util.h"
 
 #define EINA_FILE_MAGIC 0xFEEDBEEF