summaryrefslogtreecommitdiff
path: root/tools/perf/util/header.h
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2012-10-14 10:40:57 +0200
committerLinus Torvalds <torvalds@linux-foundation.org>2012-10-14 12:22:52 -0700
commit7d380c8f1ed2b6768e1fc496ad373f716160fcf0 (patch)
tree36708002f70f6e331267d73fe68a27bc7578fd9a /tools/perf/util/header.h
parent3d6ee36dfb2d40c72071f68173f67c728a0e19f3 (diff)
downloadlinux-3.10-7d380c8f1ed2b6768e1fc496ad373f716160fcf0.tar.gz
linux-3.10-7d380c8f1ed2b6768e1fc496ad373f716160fcf0.tar.bz2
linux-3.10-7d380c8f1ed2b6768e1fc496ad373f716160fcf0.zip
perf: Fix UAPI fallout
The UAPI commits forgot to test tooling builds such as tools/perf/, and this fixes the fallout. Manual conversion. Signed-off-by: Ingo Molnar <mingo@kernel.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'tools/perf/util/header.h')
-rw-r--r--tools/perf/util/header.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/util/header.h b/tools/perf/util/header.h
index 99bdd3abce5..879d215cdac 100644
--- a/tools/perf/util/header.h
+++ b/tools/perf/util/header.h
@@ -1,7 +1,7 @@
#ifndef __PERF_HEADER_H
#define __PERF_HEADER_H
-#include "../../../include/linux/perf_event.h"
+#include "../../../include/uapi/linux/perf_event.h"
#include <sys/types.h>
#include <stdbool.h>
#include "types.h"