diff options
Diffstat (limited to 'util-linux/umount.c')
-rw-r--r-- | util-linux/umount.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/umount.c b/util-linux/umount.c index 19f13454b..7063a474d 100644 --- a/util-linux/umount.c +++ b/util-linux/umount.c | |||
@@ -8,9 +8,9 @@ | |||
8 | * Licensed under GPL version 2, see file LICENSE in this tarball for details. | 8 | * Licensed under GPL version 2, see file LICENSE in this tarball for details. |
9 | */ | 9 | */ |
10 | 10 | ||
11 | #include "busybox.h" | ||
12 | #include <mntent.h> | 11 | #include <mntent.h> |
13 | #include <getopt.h> | 12 | #include <getopt.h> |
13 | #include "libbb.h" | ||
14 | 14 | ||
15 | #define OPTION_STRING "flDnravdt:" | 15 | #define OPTION_STRING "flDnravdt:" |
16 | #define OPT_FORCE 1 | 16 | #define OPT_FORCE 1 |