summaryrefslogtreecommitdiff
path: root/ssh-rand-helper.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 /ssh-rand-helper.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 'ssh-rand-helper.c')
-rw-r--r--ssh-rand-helper.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ssh-rand-helper.c b/ssh-rand-helper.c
index feb1bfb18..ebee90014 100644
--- a/ssh-rand-helper.c
+++ b/ssh-rand-helper.c
@@ -36,6 +36,7 @@
36# include <sys/un.h> 36# include <sys/un.h>
37#endif 37#endif
38 38
39#include <fcntl.h>
39#include <pwd.h> 40#include <pwd.h>
40#include <signal.h> 41#include <signal.h>
41 42