diff options
Diffstat (limited to 'gdb/remote.c')
-rw-r--r-- | gdb/remote.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote.c b/gdb/remote.c index f4667e3..bbd9061 100644 --- a/gdb/remote.c +++ b/gdb/remote.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 <ctype.h> #include <fcntl.h> #include "inferior.h" |