diff options
Diffstat (limited to 'gdb/xml-support.c')
-rw-r--r-- | gdb/xml-support.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/xml-support.c b/gdb/xml-support.c index 1682d8e33c3..f6748e50e0e 100644 --- a/gdb/xml-support.c +++ b/gdb/xml-support.c @@ -23,7 +23,7 @@ #include "xml-support.h" #include "filestuff.h" -#include "gdb_string.h" +#include <string.h> #include "safe-ctype.h" /* Debugging flag. */ |