diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2012-04-13 00:20:24 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-04-13 00:20:24 +0200 |
commit | 9b1ef1de20e2658c77cce89941f45525704ab534 (patch) | |
tree | 9ae887c34496c6a8be6ea3e5eaa41cd52e743588 /tools | |
parent | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... (diff) | |
parent | perf tools: Fix getrusage() related build failure on glibc trunk (diff) | |
download | linux-9b1ef1de20e2658c77cce89941f45525704ab534.tar.xz linux-9b1ef1de20e2658c77cce89941f45525704ab534.zip |
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 fb8b5f83b4a0..1cad3af4bf4c 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> |