aboutsummaryrefslogtreecommitdiff
path: root/ld/ldvanilla.c
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1991-10-11 11:28:27 +0000
committerJohn Gilmore <gnu@cygnus>1991-10-11 11:28:27 +0000
commitf177a611f1cf28a94a906e4338e49688b5e21fc1 (patch)
treee36849ab949e574d5ebc9dd3f3bf15a2d5deed1d /ld/ldvanilla.c
parentd7381d0cb014eaaef7a64402e5d767f6f7b767aa (diff)
downloadgdb-f177a611f1cf28a94a906e4338e49688b5e21fc1.zip
gdb-f177a611f1cf28a94a906e4338e49688b5e21fc1.tar.gz
gdb-f177a611f1cf28a94a906e4338e49688b5e21fc1.tar.bz2
Include bfd.h before sysdep.h, so ansidecl and PROTO() get defined first.
Diffstat (limited to 'ld/ldvanilla.c')
-rwxr-xr-xld/ldvanilla.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/ldvanilla.c b/ld/ldvanilla.c
index 7c72cc3..0d16727 100755
--- a/ld/ldvanilla.c
+++ b/ld/ldvanilla.c
@@ -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"