- (dtucker) [ssh-keyscan.c ssh-rand-helper.c] More errno.h here too.
diff --git a/ChangeLog b/ChangeLog
index 72c56be..72ae694 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -59,6 +59,7 @@
    openbsd-compat/glob.c openbsd-compat/mktemp.c openbsd-compat/port-tun.c
    openbsd-compat/readpassphrase.c openbsd-compat/strtonum.c] Include <errno.h>.
  - (dtucker) [openbsd-compat/setproctitle.c] Include stdarg.h.
+ - (dtucker) [ssh-keyscan.c ssh-rand-helper.c] More errno.h here too.
 
 20060711
  - (dtucker) [configure.ac ssh-keygen.c openbsd-compat/bsd-openpty.c
@@ -4908,4 +4909,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.4403 2006/07/12 12:43:28 dtucker Exp $
+$Id: ChangeLog,v 1.4404 2006/07/12 12:44:34 dtucker Exp $
diff --git a/ssh-keyscan.c b/ssh-keyscan.c
index 76c2ed1..a612dd1 100644
--- a/ssh-keyscan.c
+++ b/ssh-keyscan.c
@@ -11,6 +11,7 @@
  
 #include "openbsd-compat/sys-queue.h"
 #include <sys/resource.h>
+#include <errno.h>
 #include <stdarg.h>
 
 #include <openssl/bn.h>
diff --git a/ssh-rand-helper.c b/ssh-rand-helper.c
index ebee900..3a29036 100644
--- a/ssh-rand-helper.c
+++ b/ssh-rand-helper.c
@@ -36,6 +36,7 @@
 # include <sys/un.h>
 #endif
 
+#include <errno.h>
 #include <fcntl.h>
 #include <pwd.h>
 #include <signal.h>