Fix: kmem: add mm.h include
[lttng-modules.git] / probes / lttng-probe-kmem.c
index 01202418dfc499884cb2b6f7bac510439c01d79d..350d91731ebad8d4ce0b53008b8b77ba0e11f07e 100644 (file)
@@ -27,6 +27,7 @@
  */
 #include "../wrapper/page_alloc.h"
 #include <linux/module.h>
+#include <linux/mm.h>
 #include "../lttng-tracer.h"
 
 /*
This page took 0.022446 seconds and 4 git commands to generate.