diff options
Diffstat (limited to 'gdb/tui/tui-file.c')
-rw-r--r-- | gdb/tui/tui-file.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/tui/tui-file.c b/gdb/tui/tui-file.c index 328f927..6a0c6e2 100644 --- a/gdb/tui/tui-file.c +++ b/gdb/tui/tui-file.c @@ -23,7 +23,7 @@ #include "tui.h" -#include "gdb_string.h" +#include <string.h> /* A ``struct ui_file'' that is compatible with all the legacy code. */ |