diff options
Diffstat (limited to 'gdb/ppcnbsd-tdep.c')
-rw-r--r-- | gdb/ppcnbsd-tdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/ppcnbsd-tdep.c b/gdb/ppcnbsd-tdep.c index 64de0d5..1f3b06a 100644 --- a/gdb/ppcnbsd-tdep.c +++ b/gdb/ppcnbsd-tdep.c @@ -28,7 +28,7 @@ #include "tramp-frame.h" #include "gdb_assert.h" -#include "gdb_string.h" +#include <string.h> #include "ppc-tdep.h" #include "ppcnbsd-tdep.h" |