aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/ui/gtk/hists.c
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo <acme@redhat.com>2017-04-19 14:49:18 -0400
committerArnaldo Carvalho de Melo <acme@redhat.com>2017-04-20 12:22:43 -0400
commit9607ad3a63871b074a57ce1facd04a230c38725c (patch)
tree10a512748092fb0a0f2472011dcdb41f2ab1da7a /tools/perf/ui/gtk/hists.c
parent3dfed9102694227aa763b9984c50d72de796d39b (diff)
perf tools: Add signal.h to places using its definitions
And remove it from util.h, disentangling it a bit more. Link: http://lkml.kernel.org/n/tip-2zg9s5nx90yde64j3g4z2uhk@git.kernel.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/ui/gtk/hists.c')
-rw-r--r--tools/perf/ui/gtk/hists.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/ui/gtk/hists.c b/tools/perf/ui/gtk/hists.c
index c42de4dcc055..e24f83957705 100644
--- a/tools/perf/ui/gtk/hists.c
+++ b/tools/perf/ui/gtk/hists.c
@@ -6,6 +6,7 @@
6#include "../helpline.h" 6#include "../helpline.h"
7#include "../string2.h" 7#include "../string2.h"
8#include "gtk.h" 8#include "gtk.h"
9#include <signal.h>
9 10
10#define MAX_COLUMNS 32 11#define MAX_COLUMNS 32
11 12