This one should be able to deal with the USAGE macros a little
[oweals/busybox.git] / chvt.c
diff --git a/chvt.c b/chvt.c
index f2e6d5f1776c77300b9fbfe5246313b502c43e93..c4b3639df75abd5020031dd52d3e60bfa338be35 100644 (file)
--- a/chvt.c
+++ b/chvt.c
@@ -4,12 +4,12 @@
  *
  * busyboxed by Erik Andersen
  */
-#include "busybox.h"
 #include <stdio.h>
 #include <stdlib.h>
 #include <fcntl.h>
 #include <sys/types.h>
 #include <sys/ioctl.h>
+#include "busybox.h"
 
 /* From <linux/vt.h> */
 static const int VT_ACTIVATE = 0x5606;  /* make vt active */