From f79dc0cfb2ea534876c776684ec1f1a0a53078c6 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Thu, 2 Apr 2020 21:32:30 -0500 Subject: Move #include into individual commands, initialize struct with memset() instead of = {}, and move TT.alarm to local variable. --- toys/other/hwclock.c | 1 + 1 file changed, 1 insertion(+) (limited to 'toys/other') 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 GLOBALS( char *f; -- cgit v1.2.3