diff options
author | Mathieu Desnoyers <mathieu.desnoyers@efficios.com> | 2011-03-16 19:04:58 -0400 |
---|---|---|
committer | Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca> | 2011-03-16 19:04:58 -0400 |
commit | ab1e23d27640b08b12d68f55add7a5314c6bc14b (patch) | |
tree | ee3df9f89e36ca629a21bda9002b9d9af936dad1 /arch/mips/kernel/syscall.c | |
parent | ba23520dff6bf3448b6238179f56274ee70363c8 (diff) |
lttng-instrumentation/lttng-instrumentation-mips
LTTng - MIPS instrumentation
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Diffstat (limited to 'arch/mips/kernel/syscall.c')
-rw-r--r-- | arch/mips/kernel/syscall.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/kernel/syscall.c b/arch/mips/kernel/syscall.c index 58beabf50b3..eeec9a1507f 100644 --- a/arch/mips/kernel/syscall.c +++ b/arch/mips/kernel/syscall.c @@ -31,6 +31,7 @@ #include <linux/slab.h> #include <linux/random.h> #include <linux/elf.h> +#include <linux/ipc.h> #include <asm/asm.h> #include <asm/branch.h> |