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
1 changed files with 1 additions and 1 deletions

View File

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