eina: fix missing header

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>
This commit is contained in:
Jean Guyomarc'h 2015-10-16 15:14:22 +02:00 committed by Cedric BAIL
parent 3a11868201
commit b6a43da447
1 changed files with 1 additions and 0 deletions

View 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