From 57faa64667411a3d8eeeeff62b1e659a94ed29cf Mon Sep 17 00:00:00 2001 From: Dmitri Pal Date: Sun, 23 Dec 2012 13:03:00 -0500 Subject: Fixing headers Move GNU_SOUCE definition to configure.ac Change all headers to use config.h. Move config.h to the top. Remove errno.h if it is not needed. --- collection/collection_cnv.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'collection/collection_cnv.c') diff --git a/collection/collection_cnv.c b/collection/collection_cnv.c index e9ca05d..c38f859 100644 --- a/collection/collection_cnv.c +++ b/collection/collection_cnv.c @@ -21,10 +21,9 @@ along with Collection Library. If not, see . */ -#define _GNU_SOURCE +#include "config.h" #include #include -#include #include #include #include "trace.h" -- cgit