diff options
Diffstat (limited to 'gdb/armnbsd-tdep.c')
-rw-r--r-- | gdb/armnbsd-tdep.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gdb/armnbsd-tdep.c b/gdb/armnbsd-tdep.c index 0ce46e6..38edf9f 100644 --- a/gdb/armnbsd-tdep.c +++ b/gdb/armnbsd-tdep.c @@ -1,5 +1,6 @@ /* Target-specific functions for ARM running under NetBSD. - Copyright 2002, 2003 Free Software Foundation, Inc. + + Copyright 2002, 2003, 2004 Free Software Foundation, Inc. This file is part of GDB. @@ -21,6 +22,8 @@ #include "defs.h" #include "osabi.h" +#include "gdb_string.h" + #include "arm-tdep.h" #include "nbsd-tdep.h" #include "solib-svr4.h" |