diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-04-04 12:10:28 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-04-04 12:10:28 +0000 |
commit | 89aaf4e2490c6ada5d10f336a7e2322f8e4232ae (patch) | |
tree | fcf7388063dd562dbf6ca70613de6e068a36514b | |
parent | 2b398bec9c5e777f215efd79e340ac7ae5356cee (diff) |
- pull in prototype for e2fsck_main.
-rw-r--r-- | e2fsprogs/e2fsck.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/e2fsprogs/e2fsck.h b/e2fsprogs/e2fsck.h index 1d292b937..18d424449 100644 --- a/e2fsprogs/e2fsck.h +++ b/e2fsprogs/e2fsck.h @@ -42,6 +42,7 @@ #include "blkid/blkid.h" #include "ext2fs/ext2_ext_attr.h" #include "uuid/uuid.h" +#include "busybox.h" #ifdef HAVE_CONIO_H #undef HAVE_TERMIOS_H |