From 328ed5540256ef125c0604ae882eec8aa443528a Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Thu, 16 Feb 2012 10:54:41 -0500 Subject: [PATCH] fix: Include signal.h instead of irq.h for prototype match check Signed-off-by: Mathieu Desnoyers --- probes/lttng-probe-signal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/probes/lttng-probe-signal.c b/probes/lttng-probe-signal.c index 0de88bc8..ddea4fa4 100644 --- a/probes/lttng-probe-signal.c +++ b/probes/lttng-probe-signal.c @@ -14,7 +14,7 @@ * Create the tracepoint static inlines from the kernel to validate that our * trace event macros match the kernel we run on. */ -#include +#include /* * Create LTTng tracepoint probes. -- 2.34.1