diff options
Diffstat (limited to 'tools/perf/util/mem2node.h')
-rw-r--r-- | tools/perf/util/mem2node.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/perf/util/mem2node.h b/tools/perf/util/mem2node.h index 59c4752a2181..8dfa2b58d0cd 100644 --- a/tools/perf/util/mem2node.h +++ b/tools/perf/util/mem2node.h @@ -2,8 +2,9 @@ #define __MEM2NODE_H #include <linux/rbtree.h> -#include "env.h" +#include <linux/types.h> +struct perf_env; struct phys_entry; struct mem2node { |