diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-01-15 02:56:47 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-01-15 02:56:47 +0000 |
commit | 9850662034766360a7ac81dee6cde6b65a3f1697 (patch) | |
tree | 0515d78cb6b2b87b6376003afda33ca0c48a40cf /gdb/i960-tdep.c | |
parent | 658821b9faa19760d3a5c5a19af9f6d169a3cdf2 (diff) | |
download | gdb-9850662034766360a7ac81dee6cde6b65a3f1697.zip gdb-9850662034766360a7ac81dee6cde6b65a3f1697.tar.gz gdb-9850662034766360a7ac81dee6cde6b65a3f1697.tar.bz2 |
* i960-tdep.c: Include target.h.
Diffstat (limited to 'gdb/i960-tdep.c')
-rw-r--r-- | gdb/i960-tdep.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/i960-tdep.c b/gdb/i960-tdep.c index df15599..d3676b6 100644 --- a/gdb/i960-tdep.c +++ b/gdb/i960-tdep.c @@ -28,6 +28,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "value.h" #include "frame.h" #include "ieee-float.h" +#include "target.h" /* Structure of i960 extended floating point format. */ |