aboutsummaryrefslogtreecommitdiff
path: root/toys.h
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2007-04-23 15:45:55 -0400
committerRob Landley <rob@landley.net>2007-04-23 15:45:55 -0400
commitc92fde0bc75ade9d06c0d843c4693b9e2e338938 (patch)
treeae47a9a3ea727cc9170c67fbc044aa039f22a480 /toys.h
parent4f34f0aa4d4f0874a6dbcafe8e43cc8ef2182092 (diff)
downloadtoybox-c92fde0bc75ade9d06c0d843c4693b9e2e338938.tar.gz
Add sync and an incomplete version of mdev.
Diffstat (limited to 'toys.h')
-rw-r--r--toys.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/toys.h b/toys.h
index 3c6cec92..372944e5 100644
--- a/toys.h
+++ b/toys.h
@@ -14,8 +14,10 @@
#include <dirent.h>
#include <errno.h>
#include <fcntl.h>
+#include <grp.h>
#include <inttypes.h>
#include <limits.h>
+#include <pwd.h>
#include <setjmp.h>
#include <stdarg.h>
#include <stdint.h>
@@ -24,6 +26,7 @@
#include <string.h>
#include <strings.h>
#include <sys/ioctl.h>
+#include <sys/mman.h>
#include <sys/mount.h>
#include <sys/stat.h>
#include <sys/statvfs.h>