From: "Steven Rostedt (Google)" <rostedt@xxxxxxxxxxx> It appears that some of the files was using the system traceeval-hist.h from a "make install" I had done and did not fail to build when the traceeval-hist.h was renamed to traceeval.h. Signed-off-by: Steven Rostedt (Google) <rostedt@xxxxxxxxxxx> --- src/hash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hash.c b/src/hash.c index 82962fbba8d8..eceebe29d766 100644 --- a/src/hash.c +++ b/src/hash.c @@ -5,7 +5,7 @@ * Copyright (C) 2023 Google Inc, Steven Rostedt <rostedt@xxxxxxxxxxx> */ -#include <traceeval-hist.h> +#include <traceeval.h> #include "eval-local.h" -- 2.40.1