diff options
Diffstat (limited to 'gdb/hppam3-nat.c')
-rw-r--r-- | gdb/hppam3-nat.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/hppam3-nat.c b/gdb/hppam3-nat.c index a3d4e5b0070..07239b7d7ee 100644 --- a/gdb/hppam3-nat.c +++ b/gdb/hppam3-nat.c @@ -1,5 +1,5 @@ /* Low level interface to HP800 running mach 4.0. - Copyright (C) 1995 Free Software Foundation, Inc. + Copyright 1995, 2001 Free Software Foundation, Inc. This file is part of GDB. @@ -21,6 +21,7 @@ #include "defs.h" #include "inferior.h" #include "floatformat.h" +#include "regcache.h" #include <stdio.h> |