Update the lash shell (hopefully the last time...) so things like
[oweals/busybox.git] / logname.c
index a1887aaf9f595370e9fda3c35a7f8cc8cd447357..0924b24712628d4e644a472e2ac68ed8d4b497a7 100644 (file)
--- a/logname.c
+++ b/logname.c
  *
  */
 
-#include "busybox.h"
 #include <stdio.h>
 #include <stdlib.h>
 #include <unistd.h>
+#include "busybox.h"
 
 extern int logname_main(int argc, char **argv)
 {