diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2012-04-12 15:20:24 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-04-12 15:20:24 -0700 |
commit | 9b1ef1de20e2658c77cce89941f45525704ab534 (patch) | |
tree | 9ae887c34496c6a8be6ea3e5eaa41cd52e743588 /tools | |
parent | ccb1ec95e924a24906ef01ce6d028a8dc13dc87d (diff) | |
parent | 7b78f13603c6fcb64e020a0bbe31a651ea2b657b (diff) | |
download | op-kernel-dev-9b1ef1de20e2658c77cce89941f45525704ab534.zip op-kernel-dev-9b1ef1de20e2658c77cce89941f45525704ab534.tar.gz |
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull trivial perf build failure fix from Thomas Gleixner.
* 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
perf tools: Fix getrusage() related build failure on glibc trunk
Diffstat (limited to 'tools')
-rw-r--r-- | tools/perf/builtin-sched.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/builtin-sched.c b/tools/perf/builtin-sched.c index fb8b5f8..1cad3af 100644 --- a/tools/perf/builtin-sched.c +++ b/tools/perf/builtin-sched.c @@ -17,6 +17,7 @@ #include "util/debug.h" #include <sys/prctl.h> +#include <sys/resource.h> #include <semaphore.h> #include <pthread.h> |