| Index: gdb/amd64-sol2-tdep.c
|
| diff --git a/gdb/amd64-sol2-tdep.c b/gdb/amd64-sol2-tdep.c
|
| index dbc65d4783ae3d37161fec23c7501446f8c7500c..786119c81ee9bc92074d29a94f2df29b7966f098 100644
|
| --- a/gdb/amd64-sol2-tdep.c
|
| +++ b/gdb/amd64-sol2-tdep.c
|
| @@ -1,6 +1,6 @@
|
| /* Target-dependent code for AMD64 Solaris.
|
|
|
| - Copyright (C) 2001-2004, 2006-2012 Free Software Foundation, Inc.
|
| + Copyright (C) 2001-2013 Free Software Foundation, Inc.
|
|
|
| Contributed by Joseph Myers, CodeSourcery, LLC.
|
|
|
| @@ -26,7 +26,7 @@
|
| #include "osabi.h"
|
| #include "symtab.h"
|
|
|
| -#include "gdb_string.h"
|
| +#include <string.h>
|
|
|
| #include "sol2-tdep.h"
|
| #include "amd64-tdep.h"
|
|
|