summaryrefslogtreecommitdiff
path: root/ssh-keyscan.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2006-07-12 22:44:34 +1000
committerDarren Tucker <dtucker@zip.com.au>2006-07-12 22:44:34 +1000
commitdeecec98c76efc3022658e8233ac6536849372e4 (patch)
tree070a53ab495bf60c21f390d571d98084a8331330 /ssh-keyscan.c
parent767e4134f13ed22a941f2fb747026b0881f9e827 (diff)
- (dtucker) [ssh-keyscan.c ssh-rand-helper.c] More errno.h here too.
Diffstat (limited to 'ssh-keyscan.c')
-rw-r--r--ssh-keyscan.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ssh-keyscan.c b/ssh-keyscan.c
index 76c2ed13c..a612dd1b9 100644
--- a/ssh-keyscan.c
+++ b/ssh-keyscan.c
@@ -11,6 +11,7 @@
11 11
12#include "openbsd-compat/sys-queue.h" 12#include "openbsd-compat/sys-queue.h"
13#include <sys/resource.h> 13#include <sys/resource.h>
14#include <errno.h>
14#include <stdarg.h> 15#include <stdarg.h>
15 16
16#include <openssl/bn.h> 17#include <openssl/bn.h>