- (dtucker) [ssh-keyscan.c ssh-rand-helper.c] More errno.h here too.
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>