Fix: kmem: add mm.h include
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Sat, 3 Oct 2015 15:57:39 +0000 (11:57 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Sat, 3 Oct 2015 15:57:39 +0000 (11:57 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
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.025696 seconds and 4 git commands to generate.