From 50c81b8a9a184590a45c87eace5798a2055cee48 Mon Sep 17 00:00:00 2001 From: phk Date: Mon, 2 Oct 2006 12:59:59 +0000 Subject: First part of a little cleanup in the calendar/timezone/RTC handling. Move relevant variables to and fix #includes as necessary. Use libkern's much more time- & spamce-efficient BCD routines. --- sys/amd64/isa/clock.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/amd64/isa') diff --git a/sys/amd64/isa/clock.c b/sys/amd64/isa/clock.c index 28116dc..8108281 100644 --- a/sys/amd64/isa/clock.c +++ b/sys/amd64/isa/clock.c @@ -52,6 +52,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include #include -- cgit v1.1