Fix: lttng_inline_memcpy does not take a __user argument
[deliverable/lttng-modules.git] / probes / lttng-probe-user.c
index dc6cca1ba0037521e73756da831a5d6c4b4da4a9..e92107d94cfbd1948eb3773deb6c55a228f48505 100644 (file)
@@ -19,7 +19,8 @@
  */
 
 #include <linux/uaccess.h>
-#include "lttng-probe-user.h"
+#include <linux/module.h>
+#include <probes/lttng-probe-user.h>
 
 /*
  * Calculate string length. Include final null terminating character if there is
This page took 0.023302 seconds and 5 git commands to generate.