]> andersk Git - openssh.git/blobdiff - openbsd-compat/mktemp.c
- guenther@cvs.openbsd.org 2010/01/15 00:05:22
[openssh.git] / openbsd-compat / mktemp.c
index 53a50c5121de660e9cb2157291813b00eed2e12b..2285c84dfd72751dfc4e9bf3fa94a9403bfa7ff8 100644 (file)
 
 #include <sys/types.h>
 #include <sys/stat.h>
+
+#include <fcntl.h>
 #include <ctype.h>
+#include <errno.h>
+#include <unistd.h>
 
 #if !defined(HAVE_MKDTEMP) || defined(HAVE_STRICT_MKSTEMP)
 
This page took 0.05327 seconds and 4 git commands to generate.