summaryrefslogtreecommitdiff
path: root/openbsd-compat/xcrypt.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/xcrypt.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/xcrypt.c')
-rw-r--r--openbsd-compat/xcrypt.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/openbsd-compat/xcrypt.c b/openbsd-compat/xcrypt.c
index 9afa0b9f2..5d260f2c2 100644
--- a/openbsd-compat/xcrypt.c
+++ b/openbsd-compat/xcrypt.c
@@ -24,6 +24,9 @@
24 24
25#include "includes.h" 25#include "includes.h"
26 26
27#include <sys/types.h>
28#include <pwd.h>
29
27# ifdef HAVE_CRYPT_H 30# ifdef HAVE_CRYPT_H
28# include <crypt.h> 31# include <crypt.h>
29# endif 32# endif