eina: fix missing header
authorJean Guyomarc'h <jean.guyomarch@openwide.fr>
Fri, 16 Oct 2015 13:14:22 +0000 (15:14 +0200)
committerCedric BAIL <cedric@osg.samsung.com>
Mon, 30 Nov 2015 22:08:56 +0000 (14:08 -0800)
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

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