Message ID | 20231003134607.0cad0947@gandalf.local.home (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Series | libtraceeval samples: Have samples use traceeval.h and not traceeval-hist.h | expand |
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;