From 3717cdac6087c3e5a0df0def4d3c41694e1b55fe Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Wed, 15 Mar 2006 14:02:36 +1100 Subject: - (djm) [ssh-rand-helper.c] Needs a bunch of headers --- ChangeLog | 3 ++- ssh-rand-helper.c | 13 ++++++++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index d574dc222..0edca130a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -254,6 +254,7 @@ - (djm) [loginrec.c] Need stat.h - (djm) [openbsd-compat/sha2.h] Avoid include macro clash with system sha2.h + - (djm) [ssh-rand-helper.c] Needs a bunch of headers 20060313 - (dtucker) [configure.ac] Bug #1171: Don't use printf("%lld", longlong) @@ -4155,4 +4156,4 @@ - (djm) Trim deprecated options from INSTALL. Mention UsePAM - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu -$Id: ChangeLog,v 1.4214 2006/03/15 03:02:01 djm Exp $ +$Id: ChangeLog,v 1.4215 2006/03/15 03:02:36 djm Exp $ diff --git a/ssh-rand-helper.c b/ssh-rand-helper.c index 87e52cf75..d6e631317 100644 --- a/ssh-rand-helper.c +++ b/ssh-rand-helper.c @@ -24,6 +24,17 @@ #include "includes.h" +#include +#include +#include +#include + +#ifdef HAVE_SYS_UN_H +# include +#endif + +#include + #include #include #include @@ -39,7 +50,7 @@ #include "pathnames.h" #include "log.h" -RCSID("$Id: ssh-rand-helper.c,v 1.26 2005/07/17 07:26:44 djm Exp $"); +RCSID("$Id: ssh-rand-helper.c,v 1.27 2006/03/15 03:02:36 djm Exp $"); /* Number of bytes we write out */ #define OUTPUT_SEED_SIZE 48 -- cgit v1.2.3