diff options
Diffstat (limited to 'toys/other')
-rw-r--r-- | toys/other/hwclock.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toys/other/hwclock.c b/toys/other/hwclock.c index 5ab308df..3b3ff690 100644 --- a/toys/other/hwclock.c +++ b/toys/other/hwclock.c @@ -25,6 +25,7 @@ config HWCLOCK #define FOR_hwclock #include "toys.h" +#include <linux/rtc.h> GLOBALS( char *f; |