diff options
Diffstat (limited to 'gdb/a68v-nat.c')
-rw-r--r-- | gdb/a68v-nat.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gdb/a68v-nat.c b/gdb/a68v-nat.c index 7ad39a6..e762415 100644 --- a/gdb/a68v-nat.c +++ b/gdb/a68v-nat.c @@ -1,5 +1,6 @@ /* Host-dependent code for Apollo-68ks for GDB, the GNU debugger. - Copyright 1986, 1987, 1989, 1991 Free Software Foundation, Inc. + Copyright 1986, 1987, 1989, 1991, 2001 Free Software Foundation, + Inc. This file is part of GDB. @@ -20,6 +21,7 @@ #include "defs.h" #include "inferior.h" +#include "regcache.h" #ifndef _ISP__M68K #define _ISP__M68K 1 |