Add header to fix compilation of syscalls-extractor on 3.9 kernel
[lttng-modules.git] / 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.023835 seconds and 4 git commands to generate.