aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/arch/x86/tests/intel-cqm.c
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo <acme@redhat.com>2017-04-19 15:49:18 -0300
committerArnaldo Carvalho de Melo <acme@redhat.com>2017-04-20 13:22:43 -0300
commit9607ad3a63871b074a57ce1facd04a230c38725c (patch)
tree10a512748092fb0a0f2472011dcdb41f2ab1da7a /tools/perf/arch/x86/tests/intel-cqm.c
parentperf unwind: Provide only forward declarations for pointer types (diff)
downloadlinux-dev-9607ad3a63871b074a57ce1facd04a230c38725c.tar.xz
linux-dev-9607ad3a63871b074a57ce1facd04a230c38725c.zip
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/arch/x86/tests/intel-cqm.c')
-rw-r--r--tools/perf/arch/x86/tests/intel-cqm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/arch/x86/tests/intel-cqm.c b/tools/perf/arch/x86/tests/intel-cqm.c
index 03c62eb0106b..befde6708c33 100644
--- a/tools/perf/arch/x86/tests/intel-cqm.c
+++ b/tools/perf/arch/x86/tests/intel-cqm.c
@@ -6,6 +6,7 @@
#include "evsel.h"
#include "arch-tests.h"
+#include <signal.h>
#include <sys/mman.h>
#include <errno.h>
#include <string.h>