diff options
author | Rob Landley <rob@landley.net> | 2012-03-12 00:26:23 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2012-03-12 00:26:23 -0500 |
commit | 6da3be91efef92ebe27c06222212f99f28814ca5 (patch) | |
tree | 6fcdcfe5426d4b3e918bb099f213050f0a25fdce | |
parent | 2c48247a01a19c709f693d649d8158bccb5fbf70 (diff) | |
download | toybox-6da3be91efef92ebe27c06222212f99f28814ca5.tar.gz |
Yet another header for technical susv4 compliance.
-rw-r--r-- | toys.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -29,6 +29,7 @@ #include <sys/ioctl.h> #include <sys/mman.h> #include <sys/mount.h> +#include <sys/resource.h> #include <sys/stat.h> #include <sys/statvfs.h> #include <sys/sysinfo.h> |