It turns out that DODMALLOC was broken when I reorganized busybox.h
[oweals/busybox.git] / miscutils / mktemp.c
index b3522026e6cb0cdb4ac4c9638cfafb3a21ed40a4..31ab9e22816f31e72d99176b0b935decbd8c8a44 100644 (file)
  *
  */
 
-#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)
 {