diff options
Diffstat (limited to 'gdb/main.c')
-rw-r--r-- | gdb/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ #include "gdb_stat.h" #include <ctype.h> -#include "gdb_string.h" +#include <string.h> #include "event-loop.h" #include "ui-out.h" |