diff options
Diffstat (limited to 'tools/perf/ui/gtk/setup.c')
-rw-r--r-- | tools/perf/ui/gtk/setup.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/perf/ui/gtk/setup.c b/tools/perf/ui/gtk/setup.c index 1a2616b97b5c..f5eee4d66873 100644 --- a/tools/perf/ui/gtk/setup.c +++ b/tools/perf/ui/gtk/setup.c | |||
@@ -1,6 +1,7 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0 | 1 | // SPDX-License-Identifier: GPL-2.0 |
2 | #include "gtk.h" | 2 | #include "gtk.h" |
3 | #include "../../util/debug.h" | 3 | #include <linux/compiler.h> |
4 | #include "../util.h" | ||
4 | 5 | ||
5 | extern struct perf_error_ops perf_gtk_eops; | 6 | extern struct perf_error_ops perf_gtk_eops; |
6 | 7 | ||