diff options
Diffstat (limited to 'chroot.c')
-rw-r--r-- | chroot.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,11 +22,11 @@ * */ -#include "busybox.h" #include <stdlib.h> #include <stdio.h> #include <unistd.h> #include <errno.h> +#include "busybox.h" int chroot_main(int argc, char **argv) { |