| Index: gdb/ppcobsd-tdep.c
|
| diff --git a/gdb/ppcobsd-tdep.c b/gdb/ppcobsd-tdep.c
|
| index 878571a5fa366d512503b841efe15d52761f8200..8653222536cce4f3150cf85a3dcd030cb4520368 100644
|
| --- a/gdb/ppcobsd-tdep.c
|
| +++ b/gdb/ppcobsd-tdep.c
|
| @@ -1,6 +1,6 @@
|
| /* Target-dependent code for OpenBSD/powerpc.
|
|
|
| - Copyright (C) 2004-2012 Free Software Foundation, Inc.
|
| + Copyright (C) 2004-2013 Free Software Foundation, Inc.
|
|
|
| This file is part of GDB.
|
|
|
| @@ -29,7 +29,7 @@
|
| #include "trad-frame.h"
|
|
|
| #include "gdb_assert.h"
|
| -#include "gdb_string.h"
|
| +#include <string.h>
|
|
|
| #include "ppc-tdep.h"
|
| #include "ppcobsd-tdep.h"
|
|
|