diff --git a/tools/perf/util/evsel.h b/tools/perf/util/evsel.h index 863d78d5ef1aea19c91997d5ad49f9d095d9a7ef..a0ccd69c3fc283fd50f8d55a52df8b1ada2e10e3 100644 --- a/tools/perf/util/evsel.h +++ b/tools/perf/util/evsel.h @@ -3,7 +3,7 @@ #include #include -#include +#include "../../../include/linux/perf_event.h" #include "types.h" #include "xyarray.h" diff --git a/tools/perf/util/parse-events.h b/tools/perf/util/parse-events.h index 1c9043ccd17317e7ad9900db646597f0080a5cd8..b82cafb8377202462d16ef7ed36b8e546201c76b 100644 --- a/tools/perf/util/parse-events.h +++ b/tools/perf/util/parse-events.h @@ -4,7 +4,7 @@ * Parse symbolic events/counts passed in as options: */ -#include +#include "../../../include/linux/perf_event.h" struct list_head; struct perf_evsel;