| Index: gdb/bcache.c
|
| diff --git a/gdb/bcache.c b/gdb/bcache.c
|
| index 2a180af6053de15afb8eecb1cef535b53650cf82..6efccc776a293497dee630c1f038f7394400d321 100644
|
| --- a/gdb/bcache.c
|
| +++ b/gdb/bcache.c
|
| @@ -2,8 +2,7 @@
|
| Written by Fred Fish <fnf@cygnus.com>
|
| Rewritten by Jim Blandy <jimb@cygnus.com>
|
|
|
| - Copyright (C) 1999-2000, 2002-2003, 2007-2012 Free Software
|
| - Foundation, Inc.
|
| + Copyright (C) 1999-2013 Free Software Foundation, Inc.
|
|
|
| This file is part of GDB.
|
|
|
| @@ -23,7 +22,7 @@
|
| #include "defs.h"
|
| #include "gdb_obstack.h"
|
| #include "bcache.h"
|
| -#include "gdb_string.h" /* For memcpy declaration */
|
| +#include <string.h> /* For memcpy declaration */
|
| #include "gdb_assert.h"
|
|
|
| #include <stddef.h>
|
|
|