fix: add missing guid_t type to wrapper
[lttng-modules.git] / probes / lttng-probe-rpm.c
index 4303965083360aa7135dbafe21ccdc2024820345..bb0b58a99ebc2e3262e714848914ef195963a77b 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-rpm.c
  *
@@ -10,7 +10,7 @@
 
 #include <linux/module.h>
 #include <linux/device.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.023008 seconds and 4 git commands to generate.