Implement suggestion from Adam Slattery, (don't default to killing closing bug #1190.
[oweals/busybox.git] / mktemp.c
index b3522026e6cb0cdb4ac4c9638cfafb3a21ed40a4..bc47d0af0fe922598c6805074fa8d7705a2c1fc9 100644 (file)
--- a/mktemp.c
+++ b/mktemp.c
  *
  */
 
-#include "busybox.h"
 #include <stdio.h>
 #include <errno.h>
+#include <string.h>
 #include <unistd.h>
 #include <stdlib.h>
+#include "busybox.h"
 
 extern int mktemp_main(int argc, char **argv)
 {