aboutsummaryrefslogtreecommitdiff
path: root/chroot.c
diff options
context:
space:
mode:
Diffstat (limited to 'chroot.c')
-rw-r--r--chroot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/chroot.c b/chroot.c
index e721e1ffa..bae9cd757 100644
--- a/chroot.c
+++ b/chroot.c
@@ -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)
{