summaryrefslogtreecommitdiff
path: root/binutils/sysdep.h
diff options
context:
space:
mode:
authorH.J. Lu <hjl@lucon.org>2007-08-31 15:06:11 +0000
committerH.J. Lu <hjl@lucon.org>2007-08-31 15:06:11 +0000
commitf2d244326511f9ec2e6677ed631e11ec3a89ba2d (patch)
tree1e357a2315ef7064bc09efac18dbf06cef0e45b1 /binutils/sysdep.h
parent84acba8b5e97530c59be5e7a17aca883c65589b4 (diff)
downloadbinutils-redhat-f2d244326511f9ec2e6677ed631e11ec3a89ba2d.tar.gz
2007-08-31 H.J. Lu <hongjiu.lu@intel.com>
* Makefile.am (INCLUDES): Remove -D_GNU_SOURCE. * Makefile.in: Regenerated. * sysdep.h: Include "config.h" first.
Diffstat (limited to 'binutils/sysdep.h')
-rw-r--r--binutils/sysdep.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/sysdep.h b/binutils/sysdep.h
index 3ac45fa4cf..0d7e250110 100644
--- a/binutils/sysdep.h
+++ b/binutils/sysdep.h
@@ -21,12 +21,12 @@
#ifndef _BIN_SYSDEP_H
#define _BIN_SYSDEP_H
+#include "config.h"
#include "ansidecl.h"
#include <stdio.h>
#include <sys/types.h>
#include "bfdver.h"
-#include "config.h"
#include <stdarg.h>