diff options
Diffstat (limited to 'util-linux/switch_root.c')
-rw-r--r-- | util-linux/switch_root.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/util-linux/switch_root.c b/util-linux/switch_root.c index 9815a6d9e..8e564f0bf 100644 --- a/util-linux/switch_root.c +++ b/util-linux/switch_root.c | |||
@@ -6,17 +6,12 @@ | |||
6 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. | 6 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. |
7 | */ | 7 | */ |
8 | 8 | ||
9 | #include <dirent.h> | 9 | #include "busybox.h" |
10 | #include <fcntl.h> | 10 | #include <fcntl.h> |
11 | #include <stdio.h> | ||
12 | #include <string.h> | 11 | #include <string.h> |
13 | #include <sys/mount.h> | ||
14 | #include <sys/stat.h> | ||
15 | #include <sys/types.h> | ||
16 | #include <sys/vfs.h> | 12 | #include <sys/vfs.h> |
17 | #include <unistd.h> | 13 | #include <unistd.h> |
18 | 14 | ||
19 | #include "busybox.h" | ||
20 | 15 | ||
21 | // Make up for header deficiencies. | 16 | // Make up for header deficiencies. |
22 | 17 | ||