summaryrefslogtreecommitdiff
path: root/openbsd-compat/mktemp.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-07-10 21:33:04 +1000
committerDamien Miller <djm@mindrot.org>2006-07-10 21:33:04 +1000
commita1738e4c65108b9c549c66c3a668a04b86c1530c (patch)
tree2c9252e88e9f5892a53ee53e98ea6da3e4c76661 /openbsd-compat/mktemp.c
parent6444fe996b2789327e28057e69bd3ece371f784d (diff)
- (djm) [loginrec.c ssh-rand-helper.c sshd.c openbsd-compat/glob.c]
[openbsd-compat/mktemp.c openbsd-compat/openbsd-compat.h] [openbsd-compat/port-tun.c openbsd-compat/readpassphrase.c] [openbsd-compat/xcrypt.c] Fix includes.h fallout, mainly fcntl.h
Diffstat (limited to 'openbsd-compat/mktemp.c')
-rw-r--r--openbsd-compat/mktemp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsd-compat/mktemp.c b/openbsd-compat/mktemp.c
index 53a50c512..75a339156 100644
--- a/openbsd-compat/mktemp.c
+++ b/openbsd-compat/mktemp.c
@@ -37,6 +37,7 @@
37 37
38#include <sys/types.h> 38#include <sys/types.h>
39#include <sys/stat.h> 39#include <sys/stat.h>
40#include <fcntl.h>
40#include <ctype.h> 41#include <ctype.h>
41 42
42#if !defined(HAVE_MKDTEMP) || defined(HAVE_STRICT_MKSTEMP) 43#if !defined(HAVE_MKDTEMP) || defined(HAVE_STRICT_MKSTEMP)