diff options
Diffstat (limited to 'gdb/ppcfbsd-tdep.c')
-rw-r--r-- | gdb/ppcfbsd-tdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/ppcfbsd-tdep.c b/gdb/ppcfbsd-tdep.c index f9e0434..4804d9a 100644 --- a/gdb/ppcfbsd-tdep.c +++ b/gdb/ppcfbsd-tdep.c @@ -31,7 +31,7 @@ #include "trad-frame.h" #include "gdb_assert.h" -#include "gdb_string.h" +#include <string.h> #include "ppc-tdep.h" #include "ppc64-tdep.h" |