diff options
author | Pedro Alves <pedro@codesourcery.com> | 2008-04-07 11:45:58 +0000 |
---|---|---|
committer | Pedro Alves <pedro@codesourcery.com> | 2008-04-07 11:45:58 +0000 |
commit | 004fc8e13a607651db6809908d9dd2baf2a593aa (patch) | |
tree | da7e7fde2a44bba8d8db5dd71f96dd4310264b16 /gdb/mn10300-tdep.c | |
parent | a97eae9bf9d1c115b7b87b3ce744dee1359a18ff (diff) | |
download | gdb-004fc8e13a607651db6809908d9dd2baf2a593aa.tar.gz |
* 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/mn10300-tdep.c')
-rw-r--r-- | gdb/mn10300-tdep.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/mn10300-tdep.c b/gdb/mn10300-tdep.c index 37236857fe3..f043604bafa 100644 --- a/gdb/mn10300-tdep.c +++ b/gdb/mn10300-tdep.c @@ -36,6 +36,7 @@ #include "dwarf2-frame.h" #include "osabi.h" #include "infcall.h" +#include "target.h" #include "mn10300-tdep.h" |