fix: Include signal.h instead of irq.h for prototype match check
[lttng-modules.git] / probes / lttng-probe-signal.c
index 0de88bc812f4fe2bbd5bd3405af5f7ded59273cc..ddea4fa410983bdbbf2551e88acfcc6023856576 100644 (file)
@@ -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 <trace/events/irq.h>
+#include <trace/events/signal.h>
 
 /*
  * Create LTTng tracepoint probes.
This page took 0.023364 seconds and 4 git commands to generate.