diff options
Diffstat (limited to 'gdb/fbsd-nat.c')
-rw-r--r-- | gdb/fbsd-nat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/fbsd-nat.c b/gdb/fbsd-nat.c index 6a362da..6b37a17 100644 --- a/gdb/fbsd-nat.c +++ b/gdb/fbsd-nat.c @@ -25,7 +25,7 @@ #include "gdbthread.h" #include "gdb_assert.h" -#include "gdb_string.h" +#include <string.h> #include <sys/types.h> #include <sys/procfs.h> #include <sys/sysctl.h> |