From: Yannick Brosseau Date: Wed, 26 Jun 2013 19:18:10 +0000 (-0400) Subject: Add header to fix compilation of syscalls-extractor on 3.9 kernel X-Git-Tag: v2.3.0-rc1~21 X-Git-Url: http://git.liburcu.org/?p=lttng-modules.git;a=commitdiff_plain;h=7801e9f45613e82205af194218f1910c4640855f Add header to fix compilation of syscalls-extractor on 3.9 kernel Signed-off-by: Yannick Brosseau Signed-off-by: Mathieu Desnoyers --- diff --git a/instrumentation/syscalls/lttng-syscalls-extractor/lttng-syscalls-extractor.c b/instrumentation/syscalls/lttng-syscalls-extractor/lttng-syscalls-extractor.c index a1d30851..71197468 100644 --- a/instrumentation/syscalls/lttng-syscalls-extractor/lttng-syscalls-extractor.c +++ b/instrumentation/syscalls/lttng-syscalls-extractor/lttng-syscalls-extractor.c @@ -31,6 +31,7 @@ #include #include #include +#include #ifndef CONFIG_FTRACE_SYSCALLS #error "You need to set CONFIG_FTRACE_SYSCALLS=y"