aboutsummaryrefslogtreecommitdiff
path: root/umount.c
diff options
context:
space:
mode:
Diffstat (limited to 'umount.c')
-rw-r--r--umount.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/umount.c b/umount.c
index c160ec284..2868a1bc3 100644
--- a/umount.c
+++ b/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
33static const int MNT_FORCE = 1; 33static const int MNT_FORCE = 1;