aboutsummaryrefslogtreecommitdiff
path: root/ld/ldindr.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/ldindr.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/ldindr.c')
-rw-r--r--ld/ldindr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/ldindr.c b/ld/ldindr.c
index 7770e8d..834c627 100644
--- a/ld/ldindr.c
+++ b/ld/ldindr.c
@@ -12,8 +12,8 @@
-#include "sysdep.h"
#include "bfd.h"
+#include "sysdep.h"
#include "ld.h"
#include "ldsym.h"
#include "ldmisc.h"