diff options
| author | Mark Johnston <markj@FreeBSD.org> | 2023-12-28 20:16:39 +0000 |
|---|---|---|
| committer | Mark Johnston <markj@FreeBSD.org> | 2023-12-28 20:17:32 +0000 |
| commit | c63dda466a5ba6a9ec0a5de18f9180683f9af982 (patch) | |
| tree | 9e6614950b80931f93dd7235abb392200ae2217e /sys/x86 | |
| parent | f7d5900aa063c6e9d19e6372ba981fc76aa326a2 (diff) | |
Diffstat (limited to 'sys/x86')
| -rw-r--r-- | sys/x86/isa/atrtc.c | 1 |
1 files changed, 1 insertions, 0 deletions
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> |
