diff options
Diffstat (limited to 'gdb/cli/cli-logging.c')
-rw-r--r-- | gdb/cli/cli-logging.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/cli/cli-logging.c b/gdb/cli/cli-logging.c index 5704179..544af00 100644 --- a/gdb/cli/cli-logging.c +++ b/gdb/cli/cli-logging.c @@ -23,7 +23,7 @@ #include "interps.h" #include "gdb_assert.h" -#include "gdb_string.h" +#include <string.h> /* These hold the pushed copies of the gdb output files. If NULL then nothing has yet been pushed. */ |