Skip to content

Commit ac0f65e

Browse files
committed
lkl: add a header file to quiet an error
Signed-off-by: Hajime Tazaki <[email protected]>
1 parent a732de7 commit ac0f65e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

arch/lkl/include/asm/ptrace.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#ifndef _ASM_LKL_PTRACE_H
22
#define _ASM_LKL_PTRACE_H
33

4+
#include <linux/errno.h>
5+
46
struct task_struct;
57

68
#define user_mode(regs) 0

0 commit comments

Comments
 (0)