aboutsummaryrefslogtreecommitdiff
path: root/binutils/i960-pinsn.c
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1991-10-11 11:22:05 +0000
committerJohn Gilmore <gnu@cygnus>1991-10-11 11:22:05 +0000
commit2a5f387b08e8dbd8ca5d0205b5b337abb7d5c9cf (patch)
treea302fb0937843d5943c445b3f92318c40e0d30bf /binutils/i960-pinsn.c
parent1b78540a998448aae14f21a9c7922d0b5ade161a (diff)
downloadgdb-2a5f387b08e8dbd8ca5d0205b5b337abb7d5c9cf.zip
gdb-2a5f387b08e8dbd8ca5d0205b5b337abb7d5c9cf.tar.gz
gdb-2a5f387b08e8dbd8ca5d0205b5b337abb7d5c9cf.tar.bz2
Include bfd.h before sysdep.h, so ansidecl and PROTO() get defined first.
Diffstat (limited to 'binutils/i960-pinsn.c')
-rw-r--r--binutils/i960-pinsn.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/binutils/i960-pinsn.c b/binutils/i960-pinsn.c
index 7feb54b..01cd6e2 100644
--- a/binutils/i960-pinsn.c
+++ b/binutils/i960-pinsn.c
@@ -19,12 +19,10 @@ You should have received a copy of the GNU General Public License
along with BFD; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
-/* $Id$
- $Log
-*/
+/* $Id$ */
-#include "sysdep.h"
#include "bfd.h"
+#include "sysdep.h"
extern char *xmalloc();
extern int fputs();