From f97aab79868cd7d891c52b14bd964523fa56f015 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Tue, 28 Nov 2023 10:14:04 -0700 Subject: [PATCH] pst-raid: De-pessimize the building of i386 kernels Add include of sys/proc.h Fixes: c4dacfa7f4b8 --- sys/dev/pst/pst-raid.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/dev/pst/pst-raid.c b/sys/dev/pst/pst-raid.c index b369a6d36fdc..de152f611e3a 100644 --- a/sys/dev/pst/pst-raid.c +++ b/sys/dev/pst/pst-raid.c @@ -39,6 +39,7 @@ #include #include #include +#include #include #include