aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorWilliam Hubbs <w.d.hubbs@gmail.com>2017-06-08 08:43:42 -0500
committerWilliam Hubbs <w.d.hubbs@gmail.com>2017-06-08 08:43:42 -0500
commit560d874d2fee63bf7ca11f17cf9933021b639a1d (patch)
treeedcaee133968d92ec419dbce9ddab9c9a833cb1b /src
parente84366fd232a41c3ba79ed351e93c74cef8d7c8d (diff)
fix compile issue for musl
Diffstat (limited to 'src')
-rw-r--r--src/rc/rc-wtmp.c1
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>