From: Ralf Baechle Date: Mon, 11 Dec 2006 00:43:58 +0000 (+0000) Subject: [MIPS] compat.h uses struct pt_regs so needs to include ptrace.h. X-Git-Tag: v4.13~41139^2~21 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=b723782587067d0d76344e9bdc934ca495aa8f0f;p=mirror_ubuntu-bionic-kernel.git [MIPS] compat.h uses struct pt_regs so needs to include ptrace.h. Signed-off-by: Ralf Baechle --- diff --git a/include/asm-mips/compat.h b/include/asm-mips/compat.h index 55a0152feb08..432653d7ae09 100644 --- a/include/asm-mips/compat.h +++ b/include/asm-mips/compat.h @@ -5,6 +5,7 @@ */ #include #include +#include #define COMPAT_USER_HZ 100