X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tools%2Fperf%2Futil%2Fevsel.c;h=618d41140abd368072d9c978f70969233cd70260;hb=7d380c8f1ed2b6768e1fc496ad373f716160fcf0;hp=ffdd94e9c9c3fa0328ac6aa9734d6be6048afb00;hpb=16642a2e7be23bbda013fc32d8f6c68982eab603;p=pandora-kernel.git diff --git a/tools/perf/util/evsel.c b/tools/perf/util/evsel.c index ffdd94e9c9c3..618d41140abd 100644 --- a/tools/perf/util/evsel.c +++ b/tools/perf/util/evsel.c @@ -19,7 +19,7 @@ #include "thread_map.h" #include "target.h" #include "../../../include/linux/hw_breakpoint.h" -#include "../../include/linux/perf_event.h" +#include "../../../include/uapi/linux/perf_event.h" #include "perf_regs.h" #define FD(e, x, y) (*(int *)xyarray__entry(e->fd, x, y))