aboutsummaryrefslogtreecommitdiff
path: root/toys.h
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2012-12-01 18:12:06 -0600
committerRob Landley <rob@landley.net>2012-12-01 18:12:06 -0600
commit503c8b839d8a40f08f8934940133d7574be43916 (patch)
tree4a5a7f2bea7f6b566270998641deea5f1556ba74 /toys.h
parent62fd9d0b36d8f56a002ea88621b2f895ea55abb8 (diff)
downloadtoybox-503c8b839d8a40f08f8934940133d7574be43916.tar.gz
Add header that musl libc needs.
Diffstat (limited to 'toys.h')
-rw-r--r--toys.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/toys.h b/toys.h
index 40946d79..d7cf2104 100644
--- a/toys.h
+++ b/toys.h
@@ -37,6 +37,7 @@
#include <sys/statvfs.h>
#include <sys/sysinfo.h>
#include <sys/swap.h>
+#include <sys/time.h>
#include <sys/times.h>
#include <sys/types.h>
#include <sys/utsname.h>