diff options
author | Rob Landley <rob@landley.net> | 2012-12-01 18:12:06 -0600 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2012-12-01 18:12:06 -0600 |
commit | 503c8b839d8a40f08f8934940133d7574be43916 (patch) | |
tree | 4a5a7f2bea7f6b566270998641deea5f1556ba74 | |
parent | 62fd9d0b36d8f56a002ea88621b2f895ea55abb8 (diff) | |
download | toybox-503c8b839d8a40f08f8934940133d7574be43916.tar.gz |
Add header that musl libc needs.
-rw-r--r-- | toys.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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> |