| Index: gdb/microblaze-rom.c
|
| diff --git a/gdb/microblaze-rom.c b/gdb/microblaze-rom.c
|
| index c713b21ce04bc2622302454fe64b8ce30febb96a..8fe78a027252d585ea3ef4402a2d35091f9e7b49 100644
|
| --- a/gdb/microblaze-rom.c
|
| +++ b/gdb/microblaze-rom.c
|
| @@ -1,6 +1,6 @@
|
| /* Remote debugging interface to Xilinx MicroBlaze.
|
|
|
| - Copyright 2009-2012 Free Software Foundation, Inc.
|
| + Copyright (C) 2009-2013 Free Software Foundation, Inc.
|
|
|
| This file is part of GDB.
|
|
|
| @@ -21,7 +21,7 @@
|
| #include "gdbcore.h"
|
| #include "target.h"
|
| #include "monitor.h"
|
| -#include "gdb_string.h"
|
| +#include <string.h>
|
| #include "serial.h"
|
| #include "regcache.h"
|
|
|
|
|