diff options
author | John Gilmore <gnu@cygnus> | 1991-10-11 11:22:05 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-10-11 11:22:05 +0000 |
commit | 2a5f387b08e8dbd8ca5d0205b5b337abb7d5c9cf (patch) | |
tree | a302fb0937843d5943c445b3f92318c40e0d30bf /binutils/am29k-pinsn.c | |
parent | 1b78540a998448aae14f21a9c7922d0b5ade161a (diff) | |
download | binutils-2a5f387b08e8dbd8ca5d0205b5b337abb7d5c9cf.zip binutils-2a5f387b08e8dbd8ca5d0205b5b337abb7d5c9cf.tar.gz binutils-2a5f387b08e8dbd8ca5d0205b5b337abb7d5c9cf.tar.bz2 |
Include bfd.h before sysdep.h, so ansidecl and PROTO() get defined first.
Diffstat (limited to 'binutils/am29k-pinsn.c')
-rw-r--r-- | binutils/am29k-pinsn.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/am29k-pinsn.c b/binutils/am29k-pinsn.c index b7a210a..a1ea0f6 100644 --- a/binutils/am29k-pinsn.c +++ b/binutils/am29k-pinsn.c @@ -25,8 +25,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ # include "target.h" # include "am29k-opcode.h" #else -# include "sysdep.h" # include "bfd.h" +# include "sysdep.h" # include "a29k-opcode.h" # define am29k_opcodes a29k_opcodes # define am29k_opcode a29k_opcode |