Evas: use LC_MESSAGES on Windows to fix compilation
authorVincent Torri <vincent dot torri at gmail dot com>
Fri, 27 Nov 2015 17:47:12 +0000 (18:47 +0100)
committerTom Hacohen <tom@stosb.com>
Mon, 30 Nov 2015 16:28:02 +0000 (16:28 +0000)
Compilation is broken on Windows because LC_MESSAGES does not exist on this platform
Include Evil.h to provide support of LC_MESSAGES

@fix

src/lib/evas/common/language/evas_language_utils.c

index 737b510..19638d5 100644 (file)
 #include <stdlib.h>
 #include <locale.h>
 
+#ifdef HAVE_EVIL
+# include <Evil.h>
+#endif
+
 #include <Eina.h>
 
 #include "evas_language_utils.h"