| Index: gdb/i386bsd-tdep.c
|
| diff --git a/gdb/i386bsd-tdep.c b/gdb/i386bsd-tdep.c
|
| index a84b81786e6a1b9acf793b932281971f5be0636b..18e640191561a6a1b90a82aeb36706bf7d9f689e 100644
|
| --- a/gdb/i386bsd-tdep.c
|
| +++ b/gdb/i386bsd-tdep.c
|
| @@ -1,6 +1,6 @@
|
| /* Target-dependent code for i386 BSD's.
|
|
|
| - Copyright (C) 2001-2004, 2007-2012 Free Software Foundation, Inc.
|
| + Copyright (C) 2001-2013 Free Software Foundation, Inc.
|
|
|
| This file is part of GDB.
|
|
|
| @@ -24,7 +24,7 @@
|
| #include "regcache.h"
|
| #include "osabi.h"
|
|
|
| -#include "gdb_string.h"
|
| +#include <string.h>
|
|
|
| #include "i386-tdep.h"
|
|
|
|
|