Fixing some warnings on Windows.

Thanks, Vincent Torri
This commit is contained in:
Andy Williams 2015-02-11 21:25:09 +00:00
parent 32e73da189
commit aa741e4898
1 changed files with 4 additions and 0 deletions

View File

@ -6,6 +6,10 @@
* Always put system first, then EFL, then your public header,
* and finally your private one. */
#if ENABLE_NLS
# include <libintl.h>
#endif
#include <Ecore_Getopt.h>
#include <Elementary.h>