From: Mathieu Desnoyers Date: Thu, 16 Feb 2012 15:54:41 +0000 (-0500) Subject: fix: Include signal.h instead of irq.h for prototype match check X-Git-Tag: v2.0-pre15~3 X-Git-Url: http://git.lttng.org/?p=lttng-modules.git;a=commitdiff_plain;h=328ed5540256ef125c0604ae882eec8aa443528a fix: Include signal.h instead of irq.h for prototype match check Signed-off-by: Mathieu Desnoyers --- 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.