diff options
Diffstat (limited to 'gdb/buildsym.c')
-rw-r--r-- | gdb/buildsym.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/buildsym.c b/gdb/buildsym.c index 68a667a..0326e26 100644 --- a/gdb/buildsym.c +++ b/gdb/buildsym.c @@ -32,7 +32,7 @@ #include "gdbtypes.h" #include "gdb_assert.h" #include "complaints.h" -#include "gdb_string.h" +#include <string.h> #include "expression.h" /* For "enum exp_opcode" used by... */ #include "bcache.h" #include "filenames.h" /* For DOSish file names. */ |