Move headers under include/
[lttng-modules.git] / probes / lttng-probe-sock.c
index 92f5112c2a2e68254ba4b0f0ca4cb45754dccd6e..6f90f100d3d6aa39695526685612661b90707c7e 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-sock.c
  *
@@ -9,7 +9,7 @@
  */
 
 #include <linux/module.h>
-#include <lttng-tracer.h>
+#include <lttng/lttng-tracer.h>
 
 /*
  * Create the tracepoint static inlines from the kernel to validate that our
This page took 0.022853 seconds and 4 git commands to generate.