diff options
Diffstat (limited to 'tools/perf/tests/mmap-basic.c')
-rw-r--r-- | tools/perf/tests/mmap-basic.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/tests/mmap-basic.c b/tools/perf/tests/mmap-basic.c index bdf77bfe1b80..85e1d7337dc0 100644 --- a/tools/perf/tests/mmap-basic.c +++ b/tools/perf/tests/mmap-basic.c | |||
@@ -3,6 +3,7 @@ | |||
3 | #include <inttypes.h> | 3 | #include <inttypes.h> |
4 | /* For the CLR_() macros */ | 4 | /* For the CLR_() macros */ |
5 | #include <pthread.h> | 5 | #include <pthread.h> |
6 | #include <stdlib.h> | ||
6 | #include <perf/cpumap.h> | 7 | #include <perf/cpumap.h> |
7 | 8 | ||
8 | #include "debug.h" | 9 | #include "debug.h" |