diff options
author | Leah Neukirchen <leah@vuxu.org> | 2019-09-06 14:46:35 +0200 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2019-09-06 14:46:35 +0200 |
commit | abd5e95bc3ec7cc4ef2c2bd7c7b04efefc0ec566 (patch) | |
tree | 7ab4564d46dc695ae93e6a459f70a2403f7f893a | |
parent | 42297f7576577eb9bdc7bafc8a6b8eefb6ecaca6 (diff) | |
download | runit-void-abd5e95bc3ec7cc4ef2c2bd7c7b04efefc0ec566.tar.gz runit-void-abd5e95bc3ec7cc4ef2c2bd7c7b04efefc0ec566.tar.xz runit-void-abd5e95bc3ec7cc4ef2c2bd7c7b04efefc0ec566.zip |
halt: forgotten include for musl 20190906
-rw-r--r-- | halt.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/halt.c b/halt.c index 7bb4d35..3f1062e 100644 --- a/halt.c +++ b/halt.c @@ -1,5 +1,6 @@ #include <sys/reboot.h> #include <sys/stat.h> +#include <sys/time.h> #include <sys/types.h> #include <sys/utsname.h> |