diff options
author | Rob Landley <rob@landley.net> | 2012-03-07 19:04:50 -0600 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2012-03-07 19:04:50 -0600 |
commit | f05f660d9c4f18aa4702d723ed7b35f7053ce08c (patch) | |
tree | 3fdb1393a989873a0d6f5a92cb4851031ac6db6f /toys.h | |
parent | b7a4862fbf0df632837a53e230f4aa9cceb5f578 (diff) | |
download | toybox-f05f660d9c4f18aa4702d723ed7b35f7053ce08c.tar.gz toybox-f05f660d9c4f18aa4702d723ed7b35f7053ce08c.tar.bz2 toybox-f05f660d9c4f18aa4702d723ed7b35f7053ce08c.zip |
Consolidate headers.
Diffstat (limited to 'toys.h')
-rw-r--r-- | toys.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -15,8 +15,11 @@ #include <grp.h> #include <inttypes.h> #include <limits.h> +#include <libgen.h> +#include <math.h> #include <pty.h> #include <pwd.h> +#include <sched.h> #include <setjmp.h> #include <stdarg.h> #include <stdint.h> @@ -31,9 +34,11 @@ #include <sys/sysinfo.h> #include <sys/swap.h> #include <sys/types.h> +#include <sys/utsname.h> #include <sys/wait.h> #include <unistd.h> #include <utime.h> +#include <utmpx.h> #undef _XOPEN_SOURCE #define _XOPEN_SOURCE 600 |