diff options
Diffstat (limited to 'util-linux/pivot_root.c')
-rw-r--r-- | util-linux/pivot_root.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/pivot_root.c b/util-linux/pivot_root.c index e00710148..d7b80d749 100644 --- a/util-linux/pivot_root.c +++ b/util-linux/pivot_root.c | |||
@@ -4,11 +4,11 @@ | |||
4 | * | 4 | * |
5 | * busyboxed by Evin Robertson | 5 | * busyboxed by Evin Robertson |
6 | */ | 6 | */ |
7 | #include "busybox.h" | ||
8 | #include <stdlib.h> | 7 | #include <stdlib.h> |
9 | #include <stdio.h> | 8 | #include <stdio.h> |
10 | #include <sys/syscall.h> | 9 | #include <sys/syscall.h> |
11 | #include <linux/unistd.h> | 10 | #include <linux/unistd.h> |
11 | #include "busybox.h" | ||
12 | 12 | ||
13 | #ifndef __NR_pivot_root | 13 | #ifndef __NR_pivot_root |
14 | #error Sorry, but this kernel does not support the pivot_root syscall | 14 | #error Sorry, but this kernel does not support the pivot_root syscall |