Evas: use LC_MESSAGES on Windows to fix compilation

Compilation is broken on Windows because LC_MESSAGES does not exist on this platform
Include Evil.h to provide support of LC_MESSAGES

@fix
This commit is contained in:
Vincent Torri 2015-11-27 18:47:12 +01:00 committed by Tom Hacohen
parent cbb6e9b20f
commit db8d1883d7
1 changed files with 4 additions and 0 deletions

View File

@ -23,6 +23,10 @@
#include <stdlib.h>
#include <locale.h>
#ifdef HAVE_EVIL
# include <Evil.h>
#endif
#include <Eina.h>
#include "evas_language_utils.h"