diff mbox series

libtraceeval: Change hash.c to use traceeval.h instead of traceeval-hist.h

Message ID 20231003180639.18e4ea7d@gandalf.local.home (mailing list archive)
State Accepted
Headers show
Series libtraceeval: Change hash.c to use traceeval.h instead of traceeval-hist.h | expand

Commit Message

Steven Rostedt Oct. 3, 2023, 10:06 p.m. UTC
From: "Steven Rostedt (Google)" <rostedt@goodmis.org>

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@goodmis.org>
---
 src/hash.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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@goodmis.org>
  */
 
-#include <traceeval-hist.h>
+#include <traceeval.h>
 
 #include "eval-local.h"