From 403a29ac57c4ae2494d8713105d85458dc85ef85 Mon Sep 17 00:00:00 2001 From: dtucker Date: Wed, 12 Jul 2006 12:44:34 +0000 Subject: [PATCH] - (dtucker) [ssh-keyscan.c ssh-rand-helper.c] More errno.h here too. --- ChangeLog | 1 + ssh-keyscan.c | 1 + ssh-rand-helper.c | 1 + 3 files changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index b9ba976f..3de48fcc 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 . - (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 diff --git a/ssh-keyscan.c b/ssh-keyscan.c index 76c2ed13..a612dd1b 100644 --- a/ssh-keyscan.c +++ b/ssh-keyscan.c @@ -11,6 +11,7 @@ #include "openbsd-compat/sys-queue.h" #include +#include #include #include diff --git a/ssh-rand-helper.c b/ssh-rand-helper.c index ebee9001..3a290366 100644 --- a/ssh-rand-helper.c +++ b/ssh-rand-helper.c @@ -36,6 +36,7 @@ # include #endif +#include #include #include #include -- 2.45.2