Eina Debug: include Evil for realpath support

This commit is contained in:
Daniel Zaoui 2017-06-11 10:03:53 +03:00
parent cbf0ffe24a
commit 716cc6be5b
1 changed files with 4 additions and 0 deletions

View File

@ -21,6 +21,10 @@
#include <sys/stat.h>
#include <unistd.h>
#ifdef _WIN32
#include <Evil.h>
#endif
#include "eina_debug_private.h"
extern Eina_Spinlock _eina_debug_lock;