aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2023-11-28 17:14:04 +0000
committerWarner Losh <imp@FreeBSD.org>2023-11-28 17:17:07 +0000
commitf97aab79868cd7d891c52b14bd964523fa56f015 (patch)
tree69b9c66b2b64bd6d77ae26b0c5519a8eb26fa071
parentc96772227b7dfcaf4eec4d07acb5c916643aca3a (diff)
downloadsrc-f97aab79868cd7d891c52b14bd964523fa56f015.tar.gz
src-f97aab79868cd7d891c52b14bd964523fa56f015.zip
pst-raid: De-pessimize the building of i386 kernels
Add include of sys/proc.h Fixes: c4dacfa7f4b8
-rw-r--r--sys/dev/pst/pst-raid.c1
1 files changed, 1 insertions, 0 deletions
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 <sys/lock.h>
#include <sys/malloc.h>
#include <sys/mutex.h>
+#include <sys/proc.h>
#include <sys/rman.h>
#include <vm/vm.h>