diff options
Diffstat (limited to 'coreutils/chroot.c')
-rw-r--r-- | coreutils/chroot.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/coreutils/chroot.c b/coreutils/chroot.c index 91d3407f2..e6f1d034b 100644 --- a/coreutils/chroot.c +++ b/coreutils/chroot.c | |||
@@ -25,6 +25,7 @@ | |||
25 | #include "busybox.h" | 25 | #include "busybox.h" |
26 | #include <stdlib.h> | 26 | #include <stdlib.h> |
27 | #include <stdio.h> | 27 | #include <stdio.h> |
28 | #include <unistd.h> | ||
28 | #include <errno.h> | 29 | #include <errno.h> |
29 | 30 | ||
30 | int chroot_main(int argc, char **argv) | 31 | int chroot_main(int argc, char **argv) |