From: Vincent Torri Date: Fri, 20 Apr 2012 07:35:46 +0000 (+0000) Subject: include elementary_config.h first (hence no need for _GNU_SOURCE) X-Git-Tag: v1.0.0~36 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9eb0d0793c7e1368aef36323b3e62c9a80131375;p=platform%2Fupstream%2Felementary.git include elementary_config.h first (hence no need for _GNU_SOURCE) SVN revision: 70349 --- diff --git a/src/bin/test.c b/src/bin/test.c index 2bafaa6..2ca69d2 100644 --- a/src/bin/test.c +++ b/src/bin/test.c @@ -1,11 +1,10 @@ +#ifdef HAVE_CONFIG_H +# include "elementary_config.h" +#endif -#define _GNU_SOURCE #include #include #include "test.h" -#ifdef HAVE_CONFIG_H -# include "elementary_config.h" -#endif #ifndef ELM_LIB_QUICKLAUNCH /* all tests prototypes */