diff options
Diffstat (limited to 'gdb/python/py-record-btrace.c')
-rw-r--r-- | gdb/python/py-record-btrace.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/python/py-record-btrace.c b/gdb/python/py-record-btrace.c index 8c34add..36454fc 100644 --- a/gdb/python/py-record-btrace.c +++ b/gdb/python/py-record-btrace.c @@ -18,7 +18,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include "gdbcore.h" -#include "gdbcmd.h" +#include "cli/cli-cmds.h" #include "gdbthread.h" #include "btrace.h" #include "py-record.h" |