| Index: gdb/hppanbsd-tdep.c
|
| diff --git a/gdb/hppanbsd-tdep.c b/gdb/hppanbsd-tdep.c
|
| index 6c9ba725eaf39c164c8787e49f5c09a133aad58c..d1c84d77f2f5c8d0b58208b2fb43cda368745860 100644
|
| --- a/gdb/hppanbsd-tdep.c
|
| +++ b/gdb/hppanbsd-tdep.c
|
| @@ -1,6 +1,6 @@
|
| /* Target-dependent code for NetBSD/hppa
|
|
|
| - Copyright (C) 2008-2012 Free Software Foundation, Inc.
|
| + Copyright (C) 2008-2013 Free Software Foundation, Inc.
|
|
|
| This file is part of GDB.
|
|
|
| @@ -26,7 +26,7 @@
|
| #include "tramp-frame.h"
|
|
|
| #include "gdb_assert.h"
|
| -#include "gdb_string.h"
|
| +#include <string.h>
|
|
|
| #include "hppa-tdep.h"
|
| #include "hppabsd-tdep.h"
|
|
|