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
This commit is contained in:
Jean Guyomarc'h 2015-10-16 15:14:22 +02:00 committed by Nicolas Aguirre
parent 3f1114d829
commit 4d1e7d97c4
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