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/cplus-dem.c | |
parent | 1b78540a998448aae14f21a9c7922d0b5ade161a (diff) | |
download | gdb-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/cplus-dem.c')
-rw-r--r-- | binutils/cplus-dem.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/binutils/cplus-dem.c b/binutils/cplus-dem.c index 4cc6496..9dcc8d5 100644 --- a/binutils/cplus-dem.c +++ b/binutils/cplus-dem.c @@ -46,6 +46,7 @@ #if 0 /* Should really be part of BFD */ #define nounderscore 1 /* define this is names don't start with _ */ #endif +#include "bfd.h" #include "sysdep.h" #include <ctype.h> |