mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-16 17:23:55 +08:00
perf tests: Add missing pthread.h include for CPU_*() macros
Cc: David Ahern <dsahern@gmail.com> Cc: Jiri Olsa <jolsa@kernel.org> Cc: Namhyung Kim <namhyung@kernel.org> Cc: Wang Nan <wangnan0@huawei.com> Link: http://lkml.kernel.org/n/tip-dfcynqzvecsu55zmpxub9jgv@git.kernel.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
This commit is contained in:
parent
8a15858904
commit
1fbe7df819
@ -1,3 +1,6 @@
|
||||
/* For the CLR_() macros */
|
||||
#include <pthread.h>
|
||||
|
||||
#include "evlist.h"
|
||||
#include "evsel.h"
|
||||
#include "thread_map.h"
|
||||
|
@ -1,3 +1,6 @@
|
||||
/* For the CPU_* macros */
|
||||
#include <pthread.h>
|
||||
|
||||
#include <api/fs/fs.h>
|
||||
#include <linux/err.h>
|
||||
#include "evsel.h"
|
||||
|
@ -1,3 +1,6 @@
|
||||
/* For the CLR_() macros */
|
||||
#include <pthread.h>
|
||||
|
||||
#include <sched.h>
|
||||
#include "evlist.h"
|
||||
#include "evsel.h"
|
||||
|
Loading…
Reference in New Issue
Block a user