From a8f6a9b6540ca301af625b4767df53860511a6dc Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Tue, 13 Oct 2009 08:03:45 +0100 Subject: Add new utility and init script swclock that sets the system time based on the mtime of a file. It saves the shutdown time to this file also. This is handy for systems without a working RTC chip. Based on an idea by Michael A. Smith . Fixes Gentoo #272073. --- src/includes/rc-misc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/includes') diff --git a/src/includes/rc-misc.h b/src/includes/rc-misc.h index de6888e4..798df55b 100644 --- a/src/includes/rc-misc.h +++ b/src/includes/rc-misc.h @@ -35,6 +35,7 @@ #include #include #include +#include #include #define RC_LEVEL_BOOT "boot" -- cgit v1.2.3