E: No need to #define _GNU_SOURCE

Use proper #include <config.h> instead


SVN revision: 53167
This commit is contained in:
Eduardo de Barros Lima 2010-10-07 21:16:30 +00:00
parent 82bb667789
commit 6fe16b9b74
1 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,7 @@
#define _GNU_SOURCE
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include "e.h"
#ifdef HAVE_ECORE_IMF