| Index: gdb/alpha-nat.c
|
| diff --git a/gdb/alpha-nat.c b/gdb/alpha-nat.c
|
| index 900a5861062926f0a343076a5a2b143e2db5d2dc..98da17ec7576cfa1f064082ec37fe1fbbef7749b 100644
|
| --- a/gdb/alpha-nat.c
|
| +++ b/gdb/alpha-nat.c
|
| @@ -1,6 +1,5 @@
|
| /* Low level Alpha interface, for GDB when running native.
|
| - Copyright (C) 1993, 1995-1996, 1998-2001, 2003, 2007-2012 Free
|
| - Software Foundation, Inc.
|
| + Copyright (C) 1993-2013 Free Software Foundation, Inc.
|
|
|
| This file is part of GDB.
|
|
|
| @@ -18,7 +17,7 @@
|
| along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
|
|
| #include "defs.h"
|
| -#include "gdb_string.h"
|
| +#include <string.h>
|
| #include "inferior.h"
|
| #include "gdbcore.h"
|
| #include "target.h"
|
|
|