| Index: gdb/vaxnbsd-tdep.c
|
| diff --git a/gdb/vaxnbsd-tdep.c b/gdb/vaxnbsd-tdep.c
|
| index 42712ec38e1f38050d5df14ead96dc912a67fb1d..dba1808839ef68100fc26290d4ce4e6536c30677 100644
|
| --- a/gdb/vaxnbsd-tdep.c
|
| +++ b/gdb/vaxnbsd-tdep.c
|
| @@ -1,6 +1,6 @@
|
| /* Target-dependent code for NetBSD/vax.
|
|
|
| - Copyright (C) 2004, 2007-2012 Free Software Foundation, Inc.
|
| + Copyright (C) 2004-2013 Free Software Foundation, Inc.
|
|
|
| This file is part of GDB.
|
|
|
| @@ -24,7 +24,7 @@
|
| #include "vax-tdep.h"
|
| #include "solib-svr4.h"
|
|
|
| -#include "gdb_string.h"
|
| +#include <string.h>
|
|
|
| /* NetBSD ELF. */
|
|
|
|
|