Fix: add missing module.h include to lttng-probe-user.c
[lttng-modules.git] / probes / lttng-probe-user.c
index dc6cca1ba0037521e73756da831a5d6c4b4da4a9..cdf7955b63d07dba7e831d45e7cd17eb945ad777 100644 (file)
@@ -19,6 +19,7 @@
  */
 
 #include <linux/uaccess.h>
+#include <linux/module.h>
 #include "lttng-probe-user.h"
 
 /*
This page took 0.025231 seconds and 4 git commands to generate.