git: 34f0ee9d5ac0 - stable/14 - atrtc: Add a required include
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 04 Jan 2024 13:48:06 UTC
The branch stable/14 has been updated by markj:
URL: https://cgit.FreeBSD.org/src/commit/?id=34f0ee9d5ac05c8d42952d506e3ea95692be1089
commit 34f0ee9d5ac05c8d42952d506e3ea95692be1089
Author: Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2023-12-28 20:16:39 +0000
Commit: Mark Johnston <markj@FreeBSD.org>
CommitDate: 2024-01-04 13:42:18 +0000
atrtc: Add a required include
PR: 275867
MFC after: 1 week
(cherry picked from commit c63dda466a5ba6a9ec0a5de18f9180683f9af982)
---
sys/x86/isa/atrtc.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/sys/x86/isa/atrtc.c b/sys/x86/isa/atrtc.c
index 45fd00c64da2..7c42cc28566e 100644
--- a/sys/x86/isa/atrtc.c
+++ b/sys/x86/isa/atrtc.c
@@ -42,6 +42,7 @@
#include <sys/module.h>
#include <sys/proc.h>
#include <sys/rman.h>
+#include <sys/sysctl.h>
#include <sys/timeet.h>
#include <isa/rtc.h>