summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/openbsd-compat/mktemp.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssh/openbsd-compat/mktemp.c')
-rw-r--r--crypto/openssh/openbsd-compat/mktemp.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/crypto/openssh/openbsd-compat/mktemp.c b/crypto/openssh/openbsd-compat/mktemp.c
index 88e04c5..2285c84 100644
--- a/crypto/openssh/openbsd-compat/mktemp.c
+++ b/crypto/openssh/openbsd-compat/mktemp.c
@@ -35,6 +35,14 @@
#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);
OpenPOWER on IntegriCloud