diff options
Diffstat (limited to 'trace/ftrace.c')
-rw-r--r-- | trace/ftrace.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/trace/ftrace.c b/trace/ftrace.c index 3588bb0eb4..7de104deba 100644 --- a/trace/ftrace.c +++ b/trace/ftrace.c @@ -10,8 +10,8 @@ */ #include "qemu/osdep.h" -#include "trace.h" #include "trace/control.h" +#include "trace/ftrace.h" int trace_marker_fd; |