diff options
author | Rob Landley <rob@landley.net> | 2007-01-28 04:54:01 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2007-01-28 04:54:01 -0500 |
commit | 3ac8d261fd430c45f4827570cb5146336cbc656a (patch) | |
tree | 0f61d908b901bfe5ef8054c3bfb287de55aa71ff /toys.h | |
parent | 43d7e909cb98e02ea11877f7516e721ac0aa5b5d (diff) | |
download | toybox-3ac8d261fd430c45f4827570cb5146336cbc656a.tar.gz |
More work on mke2fs.
Diffstat (limited to 'toys.h')
-rw-r--r-- | toys.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,8 +31,8 @@ #include "lib/lib.h" #include "gen_config.h" -#include "toys/toylist.h" #include "toys/e2fs.h" +#include "toys/toylist.h" // These live in main.c |