diff options
Diffstat (limited to 'gdb/armnbsd-nat.c')
-rw-r--r-- | gdb/armnbsd-nat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/armnbsd-nat.c b/gdb/armnbsd-nat.c index 20d8378..0779c14 100644 --- a/gdb/armnbsd-nat.c +++ b/gdb/armnbsd-nat.c @@ -23,7 +23,7 @@ #include "regcache.h" #include "target.h" -#include "gdb_string.h" +#include <string.h> #include <sys/types.h> #include <sys/ptrace.h> #include <machine/reg.h> |