diff --git a/legacy/evas/src/lib/file/evas_module.c b/legacy/evas/src/lib/file/evas_module.c index ee3dc8bc04..4c41440b7f 100644 --- a/legacy/evas/src/lib/file/evas_module.c +++ b/legacy/evas/src/lib/file/evas_module.c @@ -1,13 +1,7 @@ -#ifdef __GNUC__ -# ifndef __USE_GNU -# define __USE_GNU -# endif -# ifndef _GNU_SOURCE -# define _GNU_SOURCE -# endif -# ifndef _BSD_SOURCE -# define _BSD_SOURCE -# endif +#include + +#ifndef _GNU_SOURCE +# define _GNU_SOURCE #endif #include /* DIR, dirent */