aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/machine.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/util/machine.c')
-rw-r--r--tools/perf/util/machine.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/perf/util/machine.c b/tools/perf/util/machine.c
index f7c1a7e6c4ba..47430afd3c2d 100644
--- a/tools/perf/util/machine.c
+++ b/tools/perf/util/machine.c
@@ -10,11 +10,13 @@
10#include "hist.h" 10#include "hist.h"
11#include "machine.h" 11#include "machine.h"
12#include "map.h" 12#include "map.h"
13#include "srcline.h"
13#include "symbol.h" 14#include "symbol.h"
14#include "sort.h" 15#include "sort.h"
15#include "strlist.h" 16#include "strlist.h"
16#include "target.h" 17#include "target.h"
17#include "thread.h" 18#include "thread.h"
19#include "util.h"
18#include "vdso.h" 20#include "vdso.h"
19#include <stdbool.h> 21#include <stdbool.h>
20#include <sys/types.h> 22#include <sys/types.h>