lttng wrapper: add missing include to kallsyms wrapper
[lttng-modules.git] / 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.023259 seconds and 4 git commands to generate.