diff options
| author | Irina Tirdea <[email protected]> | 2012-09-08 00:43:19 +0000 |
|---|---|---|
| committer | Arnaldo Carvalho de Melo <[email protected]> | 2012-09-08 01:08:09 +0000 |
| commit | 27683dc5cc9286ace82b6c900ab794428ed5e487 (patch) | |
| tree | 96e679966fff5dedf2e5cb0cc7c3c302963b31b7 /arch/powerpc/lib/code-patching.c | |
| parent | perf tools: fix missing winsize definition (diff) | |
| download | kernel-27683dc5cc9286ace82b6c900ab794428ed5e487.tar.gz kernel-27683dc5cc9286ace82b6c900ab794428ed5e487.zip | |
perf tools: include missing pthread.h header
pthread variables are used in some files without explicitely including
pthread.h. This leads to compile errors on Android. e.g.: in annotate.h,
error: unknown type name 'pthread_mutex_t'
Including pthread.h explicitely in files that use it to have all definitions
included.
Signed-off-by: Irina Tirdea <[email protected]>
Cc: David Ahern <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: Namhyung Kim <[email protected]>
Cc: Paul Mackerras <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Steven Rostedt <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'arch/powerpc/lib/code-patching.c')
0 files changed, 0 insertions, 0 deletions
