diff options
Diffstat (limited to 'gdb/remote-fileio.c')
-rw-r--r-- | gdb/remote-fileio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote-fileio.c b/gdb/remote-fileio.c index 5b7ef1d..bf79068 100644 --- a/gdb/remote-fileio.c +++ b/gdb/remote-fileio.c @@ -20,7 +20,7 @@ /* See the GDB User Guide for details of the GDB remote protocol. */ #include "defs.h" -#include "gdb_string.h" +#include <string.h> #include "gdbcmd.h" #include "remote.h" #include "gdb/fileio.h" |