The branch main has been updated by bnovkov: URL: https://cgit.FreeBSD.org/src/commit/?id=42d59ad1d63e811998af3efbab1268e6787b750f
commit 42d59ad1d63e811998af3efbab1268e6787b750f Author: Bojan Novković <bnov...@freebsd.org> AuthorDate: 2025-07-16 17:14:17 +0000 Commit: Bojan Novković <bnov...@freebsd.org> CommitDate: 2025-07-16 17:14:17 +0000 pt: Include missing sys/lock.h header Fixes: 310162ea218a --- sys/amd64/pt/pt.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/amd64/pt/pt.c b/sys/amd64/pt/pt.c index d96da1c1ac17..c7b75767680a 100644 --- a/sys/amd64/pt/pt.c +++ b/sys/amd64/pt/pt.c @@ -44,6 +44,7 @@ #include <sys/systm.h> #include <sys/hwt.h> #include <sys/kernel.h> +#include <sys/lock.h> #include <sys/malloc.h> #include <sys/module.h> #include <sys/mutex.h>