commit:     560d874d2fee63bf7ca11f17cf9933021b639a1d
Author:     William Hubbs <w.d.hubbs <AT> gmail <DOT> com>
AuthorDate: Thu Jun  8 13:43:42 2017 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Thu Jun  8 13:43:42 2017 +0000
URL:        https://gitweb.gentoo.org/proj/openrc.git/commit/?id=560d874d

fix compile issue for musl

 src/rc/rc-wtmp.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/rc/rc-wtmp.c b/src/rc/rc-wtmp.c
index 913fa06b..8d494303 100644
--- a/src/rc/rc-wtmp.c
+++ b/src/rc/rc-wtmp.c
@@ -20,6 +20,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <unistd.h>
+#include <sys/time.h>
 #include <sys/types.h>
 #include <sys/utsname.h>
 

Reply via email to