diff options
Diffstat (limited to 'gdb/btrace.h')
-rw-r--r-- | gdb/btrace.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/btrace.h b/gdb/btrace.h index fe9e01a..7b38b14 100644 --- a/gdb/btrace.h +++ b/gdb/btrace.h @@ -26,7 +26,7 @@ inferior. For presentation purposes, the branch trace is represented as a list of sequential control-flow blocks, one such list per thread. */ -#include "btrace-common.h" +#include "common/btrace-common.h" #include "target/waitstatus.h" /* For enum target_stop_reason. */ #include "common/enum-flags.h" |