summaryrefslogtreecommitdiffstats
path: root/ini/ini_fileobj.c
diff options
context:
space:
mode:
Diffstat (limited to 'ini/ini_fileobj.c')
-rw-r--r--ini/ini_fileobj.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/ini/ini_fileobj.c b/ini/ini_fileobj.c
index 1410a90..c120180 100644
--- a/ini/ini_fileobj.c
+++ b/ini/ini_fileobj.c
@@ -19,11 +19,10 @@
along with INI Library. If not, see <http://www.gnu.org/licenses/>.
*/
-#define _GNU_SOURCE
+#include "config.h"
#include <errno.h>
#include <string.h>
#include <stdlib.h>
-#include "config.h"
#include "trace.h"
#include "ini_defines.h"
#include "ini_configobj.h"