diff options
Diffstat (limited to 'gdb/bfd-target.c')
-rw-r--r-- | gdb/bfd-target.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gdb/bfd-target.c b/gdb/bfd-target.c index ffe85ae..15a9e60 100644 --- a/gdb/bfd-target.c +++ b/gdb/bfd-target.c @@ -18,10 +18,12 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include "defs.h" -#include "target.h" + +/* Local non-gdb includes. */ #include "bfd-target.h" #include "exec.h" #include "gdb_bfd.h" +#include "target.h" /* A target that wraps a BFD. */ |