diff options
Diffstat (limited to 'gdb/frame.c')
-rw-r--r-- | gdb/frame.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/frame.c b/gdb/frame.c index f42cf1a..7077016 100644 --- a/gdb/frame.c +++ b/gdb/frame.c @@ -21,7 +21,7 @@ #include "frame.h" #include "target.h" #include "value.h" -#include "inferior.h" /* for inferior_ptid */ +#include "inferior.h" #include "regcache.h" #include "user-regs.h" #include "gdbsupport/gdb_obstack.h" |