diff options
Diffstat (limited to 'tools/perf/ui/setup.c')
-rw-r--r-- | tools/perf/ui/setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/ui/setup.c b/tools/perf/ui/setup.c index c7a86b4be9f5..700335cde618 100644 --- a/tools/perf/ui/setup.c +++ b/tools/perf/ui/setup.c | |||
@@ -1,11 +1,11 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0 | 1 | // SPDX-License-Identifier: GPL-2.0 |
2 | #include <pthread.h> | 2 | #include <pthread.h> |
3 | #include <dlfcn.h> | 3 | #include <dlfcn.h> |
4 | #include <unistd.h> | ||
4 | 5 | ||
5 | #include <subcmd/pager.h> | 6 | #include <subcmd/pager.h> |
6 | #include "../util/debug.h" | 7 | #include "../util/debug.h" |
7 | #include "../util/hist.h" | 8 | #include "../util/hist.h" |
8 | #include "../util/util.h" | ||
9 | #include "ui.h" | 9 | #include "ui.h" |
10 | 10 | ||
11 | pthread_mutex_t ui__lock = PTHREAD_MUTEX_INITIALIZER; | 11 | pthread_mutex_t ui__lock = PTHREAD_MUTEX_INITIALIZER; |