]> andersk Git - openssh.git/blobdiff - openbsd-compat/mktemp.c
- jmc@cvs.openbsd.org 2010/01/09 03:36:00
[openssh.git] / openbsd-compat / mktemp.c
index 75a339156e37453cef57eaeb2682c7682a34e4ff..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.031934 seconds and 4 git commands to generate.