diff options
author | Dmitri Pal <dpal@redhat.com> | 2012-12-23 13:03:00 -0500 |
---|---|---|
committer | Ondrej Kos <okos@redhat.com> | 2013-01-24 08:34:37 +0100 |
commit | 57faa64667411a3d8eeeeff62b1e659a94ed29cf (patch) | |
tree | 229c850672e485e62fce866cf1b14fb65a5a4c06 /ini/ini_valueobj_ut.c | |
parent | 360710d1a6c0c24d00a915a630884281b0b9e665 (diff) | |
download | ding-libs2-57faa64667411a3d8eeeeff62b1e659a94ed29cf.tar.gz ding-libs2-57faa64667411a3d8eeeeff62b1e659a94ed29cf.tar.xz ding-libs2-57faa64667411a3d8eeeeff62b1e659a94ed29cf.zip |
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.
Diffstat (limited to 'ini/ini_valueobj_ut.c')
-rw-r--r-- | ini/ini_valueobj_ut.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ini/ini_valueobj_ut.c b/ini/ini_valueobj_ut.c index a35b239..eb7937c 100644 --- a/ini/ini_valueobj_ut.c +++ b/ini/ini_valueobj_ut.c @@ -17,7 +17,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#define _GNU_SOURCE +#include "config.h" #include <errno.h> /* for errors */ #include <stdint.h> #include <stdio.h> @@ -27,7 +27,6 @@ #include "ini_valueobj.h" #include "ini_defines.h" -#include "config.h" #define TRACE_HOME #include "trace.h" |