Add header to fix compilation of syscalls-extractor on 3.9 kernel
authorYannick Brosseau <yannick.brosseau@gmail.com>
Wed, 26 Jun 2013 19:18:10 +0000 (15:18 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 26 Jun 2013 19:18:10 +0000 (15:18 -0400)
Signed-off-by: Yannick Brosseau <yannick.brosseau@gmail.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
instrumentation/syscalls/lttng-syscalls-extractor/lttng-syscalls-extractor.c

index a1d30851efc7204efa908d970f914f12fe1c32b8..71197468986377b30153683cd7f81bee6f01ee4a 100644 (file)
@@ -31,6 +31,7 @@
 #include <linux/dcache.h>
 #include <linux/ftrace_event.h>
 #include <trace/syscall.h>
+#include <asm/syscall.h>
 
 #ifndef CONFIG_FTRACE_SYSCALLS
 #error "You need to set CONFIG_FTRACE_SYSCALLS=y"
This page took 0.024823 seconds and 4 git commands to generate.