A patch from Erik Meusel <erik@wh58-709.st.uni-magdeburg.de>
[oweals/busybox.git] / coreutils / hostid.c
index eed1a50ec8e8560cc8df3a9c00ac0483a28e5f18..68a2cc65900e1823251b303e2c3aa93c34f36ffb 100644 (file)
  *
  */
 
-#include "busybox.h"
 #include <stdio.h>
 #include <stdlib.h>
 #include <unistd.h>
+#include "busybox.h"
 
 extern int hostid_main(int argc, char **argv)
 {