]> diplodocus.org Git - nmh/blobdiff - uip/mkstemp.c
m_getfld.c: Remove Ungetc()'s `c' parameter.
[nmh] / uip / mkstemp.c
index ac34c752190fcdd29f1bbd44b7e6bfc4b36f1fdc..b7acbb1460051c7ed103d8c55006ea3f16de2642 100644 (file)
 #endif /* HAVE_CONFIG_H */
 #include <unistd.h>
 #include <stdlib.h>
+#include <stdbool.h>
 #include <string.h>
 #include <stdio.h>
 
+#include <h/utils.h>
+
 #if ! defined HAVE_MKSTEMPS
 #   define HAVE_MKSTEMPS 0
 #endif /* ! HAVE_MKSTEMPS */