fix compilation on windows OS

SVN revision: 43562
This commit is contained in:
Vincent Torri 2009-11-08 23:37:20 +00:00
parent 520c12f976
commit 5ac53f41b8
1 changed files with 3 additions and 1 deletions

View File

@ -14,7 +14,9 @@
# include <config.h>
#endif
#include <Evil.h>
#ifdef HAVE_EVIL
# include <Evil.h>
#endif
#include "ecore_private.h"
#include "Ecore.h"