include elementary_config.h first (hence no need for _GNU_SOURCE)

SVN revision: 70349
This commit is contained in:
Vincent Torri 2012-04-20 07:35:46 +00:00
parent 4b6c52a4d6
commit e13ee860cb
1 changed files with 4 additions and 5 deletions

View File

@ -1,11 +1,10 @@
#define _GNU_SOURCE
#include <string.h>
#include <Elementary.h>
#include "test.h"
#ifdef HAVE_CONFIG_H
# include "elementary_config.h"
#endif
#include <string.h>
#include <Elementary.h>
#include "test.h"
#ifndef ELM_LIB_QUICKLAUNCH
/* all tests prototypes */