| Index: gdb/ppcnbsd-tdep.c
|
| diff --git a/gdb/ppcnbsd-tdep.c b/gdb/ppcnbsd-tdep.c
|
| index d18636f2e18269a3a864b32cf47584bb0e403a4a..1f3b06ae16710864e901c35c79d63f6d2a7c0cf2 100644
|
| --- a/gdb/ppcnbsd-tdep.c
|
| +++ b/gdb/ppcnbsd-tdep.c
|
| @@ -1,6 +1,6 @@
|
| /* Target-dependent code for NetBSD/powerpc.
|
|
|
| - Copyright (C) 2002-2012 Free Software Foundation, Inc.
|
| + Copyright (C) 2002-2013 Free Software Foundation, Inc.
|
|
|
| Contributed by Wasabi Systems, Inc.
|
|
|
| @@ -28,7 +28,7 @@
|
| #include "tramp-frame.h"
|
|
|
| #include "gdb_assert.h"
|
| -#include "gdb_string.h"
|
| +#include <string.h>
|
|
|
| #include "ppc-tdep.h"
|
| #include "ppcnbsd-tdep.h"
|
|
|