From f645b0b51cd22b129405c2c32dba1d051ae3d99c Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp 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/kern/vfs_mount.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/kern/vfs_mount.c') diff --git a/sys/kern/vfs_mount.c b/sys/kern/vfs_mount.c index 592daf3aabb46..c89a5fa35fb0f 100644 --- a/sys/kern/vfs_mount.c +++ b/sys/kern/vfs_mount.c @@ -39,6 +39,7 @@ __FBSDID("$FreeBSD$"); #include #include +#include #include #include #include -- cgit v1.2.3