]> andersk Git - openssh.git/blobdiff - openbsd-compat/mktemp.c
- djm@cvs.openbsd.org 2010/01/04 02:25:15
[openssh.git] / openbsd-compat / mktemp.c
index 88e04c5200bcaacb7f4663146c1b10cb0b727948..2285c84dfd72751dfc4e9bf3fa94a9403bfa7ff8 100644 (file)
 
 #include "includes.h"
 
+#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)
 
 static int _gettemp(char *, int *, int, int);
This page took 0.106965 seconds and 4 git commands to generate.