From: "Steven Rostedt (Google)" <rostedt@xxxxxxxxxxx> After renaming traceeval-hist.h over to traceeval.h, the sample code still referenced the traceeval-hist.h. Fix that. Fixes: 1a6052f926ad ("libtraceeval: Move traceeval-hist.h to traceeval.h") Signed-off-by: Steven Rostedt (Google) <rostedt@xxxxxxxxxxx> --- samples/task-eval.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/task-eval.c b/samples/task-eval.c index 361c4a835f06..4421bd90ad3c 100644 --- a/samples/task-eval.c +++ b/samples/task-eval.c @@ -5,7 +5,7 @@ #include <getopt.h> #include <errno.h> #include <trace-cmd.h> -#include <traceeval-hist.h> +#include <traceeval.h> static char *argv0; -- 2.40.1