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

This commit is contained in:
John Gilmore
1991-10-11 11:28:27 +00:00
parent d7381d0cb0
commit f177a611f1
10 changed files with 215 additions and 58 deletions

View File

@@ -28,8 +28,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
*/
#include "sysdep.h"
#include "bfd.h"
#include "sysdep.h"
#include "ld.h"