git: f97aab79868c - main - pst-raid: De-pessimize the building of i386 kernels
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 28 Nov 2023 17:17:34 UTC
The branch main has been updated by imp:
URL: https://cgit.FreeBSD.org/src/commit/?id=f97aab79868cd7d891c52b14bd964523fa56f015
commit f97aab79868cd7d891c52b14bd964523fa56f015
Author: Warner Losh <imp@FreeBSD.org>
AuthorDate: 2023-11-28 17:14:04 +0000
Commit: Warner Losh <imp@FreeBSD.org>
CommitDate: 2023-11-28 17:17:07 +0000
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 <sys/lock.h>
#include <sys/malloc.h>
#include <sys/mutex.h>
+#include <sys/proc.h>
#include <sys/rman.h>
#include <vm/vm.h>