Fix some formatting
[oweals/busybox.git] / chroot.c
index 91d3407f2a37f6a5ee7e0470d68880af3be667da..e6f1d034bc5db9aa11bf72758508b551a1f3136f 100644 (file)
--- a/chroot.c
+++ b/chroot.c
@@ -25,6 +25,7 @@
 #include "busybox.h"
 #include <stdlib.h>
 #include <stdio.h>
+#include <unistd.h>
 #include <errno.h>
 
 int chroot_main(int argc, char **argv)