diff options
Diffstat (limited to 'gdb/i386aix-nat.c')
-rw-r--r-- | gdb/i386aix-nat.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gdb/i386aix-nat.c b/gdb/i386aix-nat.c index c32f151..0d646de 100644 --- a/gdb/i386aix-nat.c +++ b/gdb/i386aix-nat.c @@ -1,5 +1,6 @@ /* Intel 386 native support. - Copyright (C) 1988, 1989, 1991, 1992 Free Software Foundation, Inc. + Copyright 1988, 1989, 1991, 1992, 2001 Free Software Foundation, + Inc. This file is part of GDB. @@ -23,6 +24,7 @@ #include "inferior.h" #include "language.h" #include "gdbcore.h" +#include "regcache.h" #ifdef USG #include <sys/types.h> |