diff options
Diffstat (limited to 'tools/perf/tests/openat-syscall-all-cpus.c')
| -rw-r--r-- | tools/perf/tests/openat-syscall-all-cpus.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/tools/perf/tests/openat-syscall-all-cpus.c b/tools/perf/tests/openat-syscall-all-cpus.c index 90828ae03ef5..f3275be83a33 100644 --- a/tools/perf/tests/openat-syscall-all-cpus.c +++ b/tools/perf/tests/openat-syscall-all-cpus.c @@ -2,7 +2,7 @@  #include <errno.h>  #include <inttypes.h>  /* For the CPU_* macros */ -#include <pthread.h> +#include <sched.h>  #include <sys/types.h>  #include <sys/stat.h> |