This one should be able to deal with the USAGE macros a little
[oweals/busybox.git] / mktemp.c
index b3522026e6cb0cdb4ac4c9638cfafb3a21ed40a4..31ab9e22816f31e72d99176b0b935decbd8c8a44 100644 (file)
--- a/mktemp.c
+++ b/mktemp.c
  *
  */
 
-#include "busybox.h"
 #include <stdio.h>
 #include <errno.h>
 #include <unistd.h>
 #include <stdlib.h>
+#include "busybox.h"
 
 extern int mktemp_main(int argc, char **argv)
 {