Move #include from h/mh.h to source files
[mmh] / sbr / m_mktemp.c
index 4c7703c..ff5d00c 100644 (file)
@@ -6,8 +6,10 @@
 ** complete copyright information.
 */
 
 ** complete copyright information.
 */
 
-#include <errno.h>
 #include <h/mh.h>
 #include <h/mh.h>
+#include <errno.h>
+#include <unistd.h>
+#include <sys/stat.h>
 
 static char *get_temp_dir();
 
 
 static char *get_temp_dir();