| Index: gdb/m68kbsd-tdep.c
|
| diff --git a/gdb/m68kbsd-tdep.c b/gdb/m68kbsd-tdep.c
|
| index aec73d437f3a736258fcb4286db53c8ab509470c..bb1699d6dce84d5034de5032f6078d8ed36f9221 100644
|
| --- a/gdb/m68kbsd-tdep.c
|
| +++ b/gdb/m68kbsd-tdep.c
|
| @@ -1,6 +1,6 @@
|
| /* Target-dependent code for Motorola 68000 BSD's.
|
|
|
| - Copyright (C) 2004-2005, 2007-2012 Free Software Foundation, Inc.
|
| + Copyright (C) 2004-2013 Free Software Foundation, Inc.
|
|
|
| This file is part of GDB.
|
|
|
| @@ -28,7 +28,7 @@
|
| #include "gdbtypes.h"
|
|
|
| #include "gdb_assert.h"
|
| -#include "gdb_string.h"
|
| +#include <string.h>
|
|
|
| #include "m68k-tdep.h"
|
| #include "solib-svr4.h"
|
|
|