[GIT pull] perf fixes for 3.4

From: Thomas Gleixner
Date: Thu Apr 12 2012 - 18:07:23 EST


Linus,

please pull the latest perf-urgent-for-linus git tree from:

git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf-urgent-for-linus

Thanks,

tglx

------------------>
Markus Trippelsdorf (1):
perf tools: Fix getrusage() related build failure on glibc trunk


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>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/