lkml.org 
[lkml]   [2024]   [Mar]   [9]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
Subject[PATCH v1 06/13] perf debug: Add missing linux/types.h include
From
u64 is used in this header for eprintf_time and so linux/types.h is
necessary. Add to avoid compilation errors that aren't currently seen
due to transitive dependencies.

Signed-off-by: Ian Rogers <irogers@google.com>
---
tools/perf/util/debug.h | 1 +
1 file changed, 1 insertion(+)

diff --git a/tools/perf/util/debug.h b/tools/perf/util/debug.h
index 35a7a5ae762e..4160e633311d 100644
--- a/tools/perf/util/debug.h
+++ b/tools/perf/util/debug.h
@@ -7,6 +7,7 @@
#include <stdbool.h>
#include <stdio.h>
#include <linux/compiler.h>
+#include <linux/types.h>

extern int verbose;
extern int debug_kmaps;
--
2.44.0.278.ge034bb2e1d-goog

\
 
 \ /
  Last update: 2024-05-27 15:43    [W:0.134 / U:0.376 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site