diff options
author | Pedro Alves <palves@redhat.com> | 2008-04-07 11:45:58 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2008-04-07 11:45:58 +0000 |
commit | effa26a936e3b81667b6a0fa18354a718734d5f1 (patch) | |
tree | 08aa202594ff1653dad85edf8887a2a5e804baa3 /gdb/alphanbsd-tdep.c | |
parent | 8ade07e9bf86201d9e92f6ed1cfe1501762ba248 (diff) | |
download | binutils-effa26a936e3b81667b6a0fa18354a718734d5f1.zip binutils-effa26a936e3b81667b6a0fa18354a718734d5f1.tar.gz binutils-effa26a936e3b81667b6a0fa18354a718734d5f1.tar.bz2 |
* alphanbsd-tdep.c: Include "target.h".
* mn10300-tdep.c: Include "target.h".
* Makefile.in (alphanbsd-tdep.o, mn10300-tdep.o): Update.
Diffstat (limited to 'gdb/alphanbsd-tdep.c')
-rw-r--r-- | gdb/alphanbsd-tdep.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/alphanbsd-tdep.c b/gdb/alphanbsd-tdep.c index 47b4791..c85753b 100644 --- a/gdb/alphanbsd-tdep.c +++ b/gdb/alphanbsd-tdep.c @@ -35,6 +35,7 @@ #include "alphabsd-tdep.h" #include "nbsd-tdep.h" #include "solib-svr4.h" +#include "target.h" /* Core file support. */ |