diff options
Diffstat (limited to 'gdb/demangle.c')
-rw-r--r-- | gdb/demangle.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/demangle.c b/gdb/demangle.c index 415d891..2d4b0c5 100644 --- a/gdb/demangle.c +++ b/gdb/demangle.c @@ -28,7 +28,7 @@ #include "gdbcmd.h" #include "demangle.h" #include "gdb-demangle.h" -#include "gdb_string.h" +#include <string.h> /* Select the default C++ demangling style to use. The default is "auto", which allows gdb to attempt to pick an appropriate demangling style for |