diff options
Diffstat (limited to 'gdb/m88k-nat.c')
-rw-r--r-- | gdb/m88k-nat.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gdb/m88k-nat.c b/gdb/m88k-nat.c index 0ce30e71b1a..164f12dadbd 100644 --- a/gdb/m88k-nat.c +++ b/gdb/m88k-nat.c @@ -1,5 +1,6 @@ /* Native-dependent Motorola 88xxx support for GDB, the GNU Debugger. - Copyright 1988, 1990, 1991, 1992 Free Software Foundation, Inc. + Copyright 1988, 1990, 1991, 1992, 2001 Free Software Foundation, + Inc. This file is part of GDB. @@ -21,6 +22,7 @@ #include "defs.h" #include "frame.h" #include "inferior.h" +#include "regcache.h" #include <sys/types.h> #include <sys/param.h> |