Fix opt type in dpkg (closes: #118975).
[oweals/busybox.git] / miscutils / mktemp.c
index b3522026e6cb0cdb4ac4c9638cfafb3a21ed40a4..bc47d0af0fe922598c6805074fa8d7705a2c1fc9 100644 (file)
  *
  */
 
-#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)
 {