diff options
author | Rob Landley <rob@landley.net> | 2007-01-23 13:20:38 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2007-01-23 13:20:38 -0500 |
commit | e2580dbebbd43f668913b3d2ae6c0636161636ed (patch) | |
tree | e5d7b0482d6e117894599e08161cb7e1a56cc12f /toys.h | |
parent | b882f1e237a68c3d1074cbf63bda0207afb989b9 (diff) | |
download | toybox-e2580dbebbd43f668913b3d2ae6c0636161636ed.tar.gz |
More random progress on mke2fs. Nothing to see yet.
Diffstat (limited to 'toys.h')
-rw-r--r-- | toys.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -21,6 +21,7 @@ #include <string.h> #include <strings.h> #include <sys/ioctl.h> +#include <sys/mount.h> #include <sys/stat.h> #include <sys/statvfs.h> #include <sys/types.h> @@ -30,6 +31,7 @@ #include "lib/lib.h" #include "gen_config.h" #include "toys/toylist.h" +#include "toys/e2fs.h" // These live in main.c |