mirror of
https://gitee.com/bianbu-linux/linux-6.6
synced 2025-07-12 00:43:36 -04:00
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: Arnaldo Carvalho de Melo <acme@redhat.com>
This commit is contained in:
parent
6bc13cab57
commit
06bf28cbc6
1 changed files with 1 additions and 0 deletions
|
@ -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) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue