From: Leah Neukirchen Date: Thu, 15 Apr 2021 19:44:10 +0000 (-0400) Subject: xfsprogs: include for platform_crash X-Git-Tag: v5.12.0-rc1~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a882f0a595849e063af58b91958b235cb320f59;p=thirdparty%2Fxfsprogs-dev.git xfsprogs: include for platform_crash Needed for kill(2) prototype and SIGKILL definition. Fixes build on musl 1.1.24. Signed-off-by: Leah Neukirchen Reviewed-by: Darrick J. Wong Signed-off-by: Eric Sandeen --- diff --git a/include/linux.h b/include/linux.h index 7bf59e07b..a22f78121 100644 --- a/include/linux.h +++ b/include/linux.h @@ -18,6 +18,7 @@ #include #include #include +#include #include #include #include