fix: add missing guid_t type to wrapper
[lttng-modules.git] / probes / lttng-probe-sched.c
index bb1e12dc5e8cd58ea93788df8242a463c37a0899..f369d810cbec24c9931445de90477d37de630f80 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-probe-sched.c
  *
@@ -8,7 +8,7 @@
  */
 
 #include <linux/module.h>
-#include <lttng-tracer.h>
+#include <lttng/tracer.h>
 
 /*
  * Create the tracepoint static inlines from the kernel to validate that our
This page took 0.025104 seconds and 4 git commands to generate.