git: d32f39bd5fbf - stable/13 - atrtc: Add a required include
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 04 Jan 2024 13:49:17 UTC
The branch stable/13 has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=d32f39bd5fbfa1b2af7cdb2b665b97c30ca4cf30 commit d32f39bd5fbfa1b2af7cdb2b665b97c30ca4cf30 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:49:06 +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 1e8c9b9c6bbc..102f93feeadf 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>