aboutsummaryrefslogtreecommitdiff
path: root/toys.h
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2012-12-10 21:08:42 -0600
committerRob Landley <rob@landley.net>2012-12-10 21:08:42 -0600
commitb1c002ac55339d7b7ec53214397f841c56cf6488 (patch)
tree00afa98de6c82ef6cc5795a7c6ca4424f678a18d /toys.h
parentb9bde7b403a8dcf8e8a1417383bb70816a7c1958 (diff)
downloadtoybox-b1c002ac55339d7b7ec53214397f841c56cf6488.tar.gz
Add stat submission to new "pending" directory, along with infrastructure to support pending.
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 d7cf2104..95631433 100644
--- a/toys.h
+++ b/toys.h
@@ -34,6 +34,7 @@
#include <sys/mount.h>
#include <sys/resource.h>
#include <sys/stat.h>
+#include <sys/statfs.h>
#include <sys/statvfs.h>
#include <sys/sysinfo.h>
#include <sys/swap.h>