diff options
Diffstat (limited to 'chroot.c')
-rw-r--r-- | chroot.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |