Commit 06bf28cb authored by Arnaldo Carvalho de Melo's avatar Arnaldo Carvalho de Melo
Browse files

perf scripting python: Add missing util/perf_regs.h include to get perf_reg_name() prototype



It was getting it via event.h, that doesn't need that include anymore
and will drop it.

Signed-off-by: default avatarArnaldo Carvalho de Melo <acme@redhat.com>
parent 6bc13cab
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -52,6 +52,7 @@
#include "print_binary.h"
#include "stat.h"
#include "mem-events.h"
#include "util/perf_regs.h"

#if PY_MAJOR_VERSION < 3
#define _PyUnicode_FromString(arg) \