]> andersk Git - openssh.git/blobdiff - openbsd-compat/mktemp.c
- (djm) [auth-pam.c clientloop.c includes.h monitor.c session.c]
[openssh.git] / openbsd-compat / mktemp.c
index 88e04c5200bcaacb7f4663146c1b10cb0b727948..53a50c5121de660e9cb2157291813b00eed2e12b 100644 (file)
 
 #include "includes.h"
 
+#include <sys/types.h>
+#include <sys/stat.h>
+#include <ctype.h>
+
 #if !defined(HAVE_MKDTEMP) || defined(HAVE_STRICT_MKSTEMP)
 
 static int _gettemp(char *, int *, int, int);
This page took 0.064178 seconds and 4 git commands to generate.