diff options
Diffstat (limited to 'gdb/dsrec.c')
-rw-r--r-- | gdb/dsrec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/dsrec.c b/gdb/dsrec.c index bc47f849dcf..162fc6477c0 100644 --- a/gdb/dsrec.c +++ b/gdb/dsrec.c @@ -22,7 +22,7 @@ #include <sys/time.h> #include <time.h> #include "gdb_assert.h" -#include "gdb_string.h" +#include <string.h> #include "gdb_bfd.h" extern int remote_debug; |