From: Mathieu Desnoyers Date: Fri, 9 Dec 2011 14:24:26 +0000 (-0500) Subject: lttng wrapper: add missing include to kallsyms wrapper X-Git-Tag: v2.0-pre11~6 X-Git-Url: http://git.liburcu.org/?p=lttng-modules.git;a=commitdiff_plain;h=f6566a02ebae53d06e70520e553cd36fde313066 lttng wrapper: add missing include to kallsyms wrapper Needed to keep bissectability. Signed-off-by: Mathieu Desnoyers --- diff --git a/wrapper/kallsyms.h b/wrapper/kallsyms.h index bb45f38a..afda9d21 100644 --- a/wrapper/kallsyms.h +++ b/wrapper/kallsyms.h @@ -11,6 +11,8 @@ * Dual LGPL v2.1/GPL v2 license. */ +#include + static inline unsigned long kallsyms_lookup_funcptr(const char *name) {