| Index: gdb/dicos-tdep.c
|
| diff --git a/gdb/dicos-tdep.c b/gdb/dicos-tdep.c
|
| index aac253b30d838b72cc42d70ad9e15920887434e0..27469a5ebe390d9f8653fe354b65d35a2b7309fa 100644
|
| --- a/gdb/dicos-tdep.c
|
| +++ b/gdb/dicos-tdep.c
|
| @@ -1,6 +1,6 @@
|
| /* Target-dependent, architecture-independent code for DICOS, for GDB.
|
|
|
| - Copyright (C) 2009-2012 Free Software Foundation, Inc.
|
| + Copyright (C) 2009-2013 Free Software Foundation, Inc.
|
|
|
| This file is part of GDB.
|
|
|
| @@ -19,7 +19,7 @@
|
|
|
| #include "defs.h"
|
| #include "osabi.h"
|
| -#include "gdb_string.h"
|
| +#include <string.h>
|
| #include "solib.h"
|
| #include "solib-target.h"
|
| #include "inferior.h"
|
|
|