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) | |
download | busybox-w32-89aaf4e2490c6ada5d10f336a7e2322f8e4232ae.tar.gz busybox-w32-89aaf4e2490c6ada5d10f336a7e2322f8e4232ae.tar.bz2 busybox-w32-89aaf4e2490c6ada5d10f336a7e2322f8e4232ae.zip |
- 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 @@ | |||
42 | #include "blkid/blkid.h" | 42 | #include "blkid/blkid.h" |
43 | #include "ext2fs/ext2_ext_attr.h" | 43 | #include "ext2fs/ext2_ext_attr.h" |
44 | #include "uuid/uuid.h" | 44 | #include "uuid/uuid.h" |
45 | #include "busybox.h" | ||
45 | 46 | ||
46 | #ifdef HAVE_CONIO_H | 47 | #ifdef HAVE_CONIO_H |
47 | #undef HAVE_TERMIOS_H | 48 | #undef HAVE_TERMIOS_H |