kernel/tools/perf/ui/gtk/helpline.c
.. .. @@ -1,11 +1,11 @@ 1 1 // SPDX-License-Identifier: GPL-2.0 2 2 #include <stdio.h> 3 3 #include <string.h> 4 +#include <linux/kernel.h>4 5 5 6 #include "gtk.h" 6 7 #include "../ui.h" 7 8 #include "../helpline.h" 8 -#include "../../util/debug.h"9 9 10 10 static void gtk_helpline_pop(void) 11 11 {