diff options
author | Rob Landley <rob@landley.net> | 2012-02-17 12:05:26 -0600 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2012-02-17 12:05:26 -0600 |
commit | 9494ffce734e31194ccbecf51436f33582f0925c (patch) | |
tree | 0159fcc2e54c02b5a1b33a46adaeea8a9d8ae134 | |
parent | b0f3037258e9c75d4109bb0e6754ab03d8750ddb (diff) | |
download | toybox-9494ffce734e31194ccbecf51436f33582f0925c.tar.gz |
Sigh: moving a header to toys.h isn't very useful if I forget to check in toys.h.
-rw-r--r-- | toys.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -28,6 +28,7 @@ #include <sys/mount.h> #include <sys/stat.h> #include <sys/statvfs.h> +#include <sys/sysinfo.h> #include <sys/types.h> #include <sys/wait.h> #include <unistd.h> |