git: 42d59ad1d63e - main - pt: Include missing sys/lock.h header
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 16 Jul 2025 17:16:46 UTC
The branch main has been updated by bnovkov:
URL: https://cgit.FreeBSD.org/src/commit/?id=42d59ad1d63e811998af3efbab1268e6787b750f
commit 42d59ad1d63e811998af3efbab1268e6787b750f
Author: Bojan Novković <bnovkov@FreeBSD.org>
AuthorDate: 2025-07-16 17:14:17 +0000
Commit: Bojan Novković <bnovkov@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>