aboutsummaryrefslogtreecommitdiff
path: root/toys.h
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2012-02-17 12:05:26 -0600
committerRob Landley <rob@landley.net>2012-02-17 12:05:26 -0600
commit9494ffce734e31194ccbecf51436f33582f0925c (patch)
tree0159fcc2e54c02b5a1b33a46adaeea8a9d8ae134 /toys.h
parentb0f3037258e9c75d4109bb0e6754ab03d8750ddb (diff)
downloadtoybox-9494ffce734e31194ccbecf51436f33582f0925c.tar.gz
Sigh: moving a header to toys.h isn't very useful if I forget to check in toys.h.
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 25324d3f..5ed8089f 100644
--- a/toys.h
+++ b/toys.h
@@ -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>