diff --git a/[refs] b/[refs] index 7e3bf4fe2ebd..017e78173e96 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 454a3bbe9b75eb8cbddffcf383fbb8e97ea78f52 +refs/heads/master: d030260ad33b482a371f999c7e9db79ef7a2111f diff --git a/trunk/tools/perf/util/evsel.h b/trunk/tools/perf/util/evsel.h index 863d78d5ef1a..a0ccd69c3fc2 100644 --- a/trunk/tools/perf/util/evsel.h +++ b/trunk/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/trunk/tools/perf/util/parse-events.h b/trunk/tools/perf/util/parse-events.h index 1c9043ccd173..b82cafb83772 100644 --- a/trunk/tools/perf/util/parse-events.h +++ b/trunk/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;