summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tools/perf/util/thread.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/perf/util/thread.h b/tools/perf/util/thread.h
index 856cf1a9040a..8276ffeec556 100644
--- a/tools/perf/util/thread.h
+++ b/tools/perf/util/thread.h
@@ -5,14 +5,17 @@
5#include <linux/refcount.h> 5#include <linux/refcount.h>
6#include <linux/rbtree.h> 6#include <linux/rbtree.h>
7#include <linux/list.h> 7#include <linux/list.h>
8#include <stdio.h>
8#include <unistd.h> 9#include <unistd.h>
9#include <sys/types.h> 10#include <sys/types.h>
10#include "srccode.h" 11#include "srccode.h"
11#include "symbol.h" 12#include "symbol_conf.h"
12#include <strlist.h> 13#include <strlist.h>
13#include <intlist.h> 14#include <intlist.h>
14#include "rwsem.h" 15#include "rwsem.h"
15 16
17struct addr_location;
18struct map;
16struct namespaces_event; 19struct namespaces_event;
17struct thread_stack; 20struct thread_stack;
18struct unwind_libunwind_ops; 21struct unwind_libunwind_ops;