From: Jens Remus Date: Thu, 23 Oct 2025 09:23:58 +0000 (+0200) Subject: s390/ptrace: Explicitly include X-Git-Tag: v6.19-rc1~206^2~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f25d952ab63f5742c343c332879d88fd49c589c3;p=thirdparty%2Flinux.git s390/ptrace: Explicitly include The psw_bits() macro makes use of typecheck() without that typecheck.h is included. Add the missing include to avoid potential future compile problems. [hca@linux.ibm.com: change commit message] Signed-off-by: Jens Remus Signed-off-by: Heiko Carstens --- diff --git a/arch/s390/include/asm/ptrace.h b/arch/s390/include/asm/ptrace.h index dfa770b15fadb..8fae167c1bd66 100644 --- a/arch/s390/include/asm/ptrace.h +++ b/arch/s390/include/asm/ptrace.h @@ -8,6 +8,7 @@ #define _S390_PTRACE_H #include +#include #include #include #include