lttng wrapper: add missing include to kallsyms wrapper
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 9 Dec 2011 14:24:26 +0000 (09:24 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 9 Dec 2011 14:24:26 +0000 (09:24 -0500)
Needed to keep bissectability.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
wrapper/kallsyms.h

index bb45f38a8982f339a47b7372d795d840bfbf292f..afda9d210f70bcd82b25ed88598ff39f4e3640e8 100644 (file)
@@ -11,6 +11,8 @@
  * Dual LGPL v2.1/GPL v2 license.
  */
 
+#include <linux/kallsyms.h>
+
 static inline
 unsigned long kallsyms_lookup_funcptr(const char *name)
 {
This page took 0.027234 seconds and 4 git commands to generate.