* [PATCH] libtraceeval: Change hash.c to use traceeval.h instead of traceeval-hist.h
@ 2023-10-03 22:06 Steven Rostedt
0 siblings, 0 replies; only message in thread
From: Steven Rostedt @ 2023-10-03 22:06 UTC (permalink / raw)
To: Linux Trace Devel; +Cc: Ross Zwisler
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 --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"
--
2.40.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2023-10-03 22:05 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-03 22:06 [PATCH] libtraceeval: Change hash.c to use traceeval.h instead of traceeval-hist.h Steven Rostedt
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).