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 c160ec284..2868a1bc3 100644 --- a/util-linux/umount.c +++ b/util-linux/umount.c | |||
@@ -22,12 +22,12 @@ | |||
22 | * | 22 | * |
23 | */ | 23 | */ |
24 | 24 | ||
25 | #include "busybox.h" | ||
26 | #include <stdio.h> | 25 | #include <stdio.h> |
27 | #include <mntent.h> | 26 | #include <mntent.h> |
28 | #include <errno.h> | 27 | #include <errno.h> |
29 | #include <string.h> | 28 | #include <string.h> |
30 | #include <stdlib.h> | 29 | #include <stdlib.h> |
30 | #include "busybox.h" | ||
31 | 31 | ||
32 | 32 | ||
33 | static const int MNT_FORCE = 1; | 33 | static const int MNT_FORCE = 1; |