diff options
Diffstat (limited to 'gdb/armbsd-tdep.c')
-rw-r--r-- | gdb/armbsd-tdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/armbsd-tdep.c b/gdb/armbsd-tdep.c index a893a67..efac0dc 100644 --- a/gdb/armbsd-tdep.c +++ b/gdb/armbsd-tdep.c @@ -23,7 +23,7 @@ #include "regset.h" #include "gdb_assert.h" -#include "gdb_string.h" +#include <string.h> #include "arm-tdep.h" |