aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/python.c
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo <[email protected]>2019-06-25 21:35:34 +0000
committerArnaldo Carvalho de Melo <[email protected]>2019-06-25 21:35:34 +0000
commit1b2fc358ddfb1b0915922e441182cda7043f5116 (patch)
tree4db10072c8f01e62baa133ee94308cbd7d6e2d39 /tools/perf/util/python.c
parentperf tools: Remove old baggage that is util/include/linux/ctype.h (diff)
downloadkernel-1b2fc358ddfb1b0915922e441182cda7043f5116.tar.gz
kernel-1b2fc358ddfb1b0915922e441182cda7043f5116.zip
perf tools: Add missing util.h to pick up 'page_size' variable
Not to depend of getting it indirectly. Cc: Adrian Hunter <[email protected]> Cc: Jiri Olsa <[email protected]> Cc: Namhyung Kim <[email protected]> Link: https://lkml.kernel.org/n/[email protected] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'tools/perf/util/python.c')
-rw-r--r--tools/perf/util/python.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/util/python.c b/tools/perf/util/python.c
index 6aa7e2352e16..1e5b6718dcea 100644
--- a/tools/perf/util/python.c
+++ b/tools/perf/util/python.c
@@ -12,6 +12,7 @@
#include "print_binary.h"
#include "thread_map.h"
#include "mmap.h"
+#include "util.h"
#if PY_MAJOR_VERSION < 3
#define _PyUnicode_FromString(arg) \