| Index: gdb/mips-irix-tdep.c
|
| diff --git a/gdb/mips-irix-tdep.c b/gdb/mips-irix-tdep.c
|
| index d7ff0f0634d968188b477c3f006052f6dd054cb0..ad1c8d3a63249eb071b46120cb92580562de88bd 100644
|
| --- a/gdb/mips-irix-tdep.c
|
| +++ b/gdb/mips-irix-tdep.c
|
| @@ -1,7 +1,7 @@
|
| /* Target-dependent code for the MIPS architecture running on IRIX,
|
| for GDB, the GNU Debugger.
|
|
|
| - Copyright (C) 2002, 2007-2012 Free Software Foundation, Inc.
|
| + Copyright (C) 2002-2013 Free Software Foundation, Inc.
|
|
|
| This file is part of GDB.
|
|
|
| @@ -20,7 +20,7 @@
|
|
|
| #include "defs.h"
|
| #include "osabi.h"
|
| -#include "gdb_string.h"
|
| +#include <string.h>
|
| #include "solib.h"
|
| #include "solib-irix.h"
|
| #include "elf-bfd.h"
|
|
|