diff --git a/src/bin/e_main.c b/src/bin/e_main.c index fe173f2b2..7ab768c55 100644 --- a/src/bin/e_main.c +++ b/src/bin/e_main.c @@ -1,4 +1,7 @@ -#define _GNU_SOURCE +#ifdef HAVE_CONFIG_H +# include "config.h" +#endif + #include "e.h" #ifdef HAVE_ECORE_IMF