wrapper/compiler.h: Implement __LTTNG_COMPOUND_LITERAL
[lttng-modules.git] / probes / lttng-kprobes.c
index 131333b03698941bb7f156e7294c1aa16e28d1de..a6e2ca1ca1baf850811ef6b38ee87d3b6d767e79 100644 (file)
@@ -1,4 +1,4 @@
-/* SPDX-License-Identifier: (GPL-2.0 or LGPL-2.1)
+/* SPDX-License-Identifier: (GPL-2.0-only or LGPL-2.1-only)
  *
  * probes/lttng-kprobes.c
  *
@@ -15,6 +15,7 @@
 #include <wrapper/vmalloc.h>
 #include <wrapper/irqflags.h>
 #include <lttng-tracer.h>
+#include <blacklist/kprobes.h>
 
 static
 int lttng_kprobes_handler_pre(struct kprobe *p, struct pt_regs *regs)
This page took 0.022942 seconds and 4 git commands to generate.