diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2017-06-08 08:43:42 -0500 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2017-06-08 08:43:42 -0500 |
commit | 560d874d2fee63bf7ca11f17cf9933021b639a1d (patch) | |
tree | edcaee133968d92ec419dbce9ddab9c9a833cb1b | |
parent | e84366fd232a41c3ba79ed351e93c74cef8d7c8d (diff) |
fix compile issue for musl
-rw-r--r-- | src/rc/rc-wtmp.c | 1 |
1 files changed, 1 insertions, 0 deletions
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> |