Another update from Larry:
[oweals/busybox.git] / tty.c
diff --git a/tty.c b/tty.c
index d71d8dedb3acf12966f67bb96fdcde17f4863887..4510c29963ff88cfea1a13c508f0267c36066b2c 100644 (file)
--- a/tty.c
+++ b/tty.c
  *
  */
 
-#include "busybox.h"
 #include <stdio.h>
 #include <stdlib.h>
 #include <unistd.h>
 #include <sys/types.h>
+#include "busybox.h"
 
 extern int tty_main(int argc, char **argv)
 {