diff options
Diffstat (limited to 'gdb/user-regs.c')
-rw-r--r-- | gdb/user-regs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/user-regs.c b/gdb/user-regs.c index 4336429..c4ea3da 100644 --- a/gdb/user-regs.c +++ b/gdb/user-regs.c @@ -22,7 +22,7 @@ #include "defs.h" #include "user-regs.h" #include "gdbtypes.h" -#include "gdb_string.h" +#include <string.h> #include "gdb_assert.h" #include "frame.h" |