Include bfd.h before sysdep.h, so ansidecl and PROTO() get defined first.

This commit is contained in:
John Gilmore
1991-10-11 11:38:10 +00:00
parent 683819e163
commit d2da7464de

View File

@ -23,8 +23,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
the Hitach H8/300 with IEEE records. the Hitach H8/300 with IEEE records.
*/ */
#include "sysdep.h"
#include "bfd.h" #include "bfd.h"
#include "sysdep.h"
#include "ld.h" #include "ld.h"
#include "config.h" #include "config.h"