summaryrefslogtreecommitdiffstats
path: root/ssh-keyscan.c
diff options
context:
space:
mode:
Diffstat (limited to 'ssh-keyscan.c')
-rw-r--r--ssh-keyscan.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/ssh-keyscan.c b/ssh-keyscan.c
index fd71f722..30df7516 100644
--- a/ssh-keyscan.c
+++ b/ssh-keyscan.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ssh-keyscan.c,v 1.68 2006/07/17 01:31:10 stevesk Exp $ */
+/* $OpenBSD: ssh-keyscan.c,v 1.69 2006/07/22 20:48:23 stevesk Exp $ */
/*
* Copyright 1995, 1996 by David Mazieres <dm@lcs.mit.edu>.
*
@@ -11,16 +11,18 @@
#include "openbsd-compat/sys-queue.h"
#include <sys/resource.h>
+
+#include <openssl/bn.h>
+
#if defined(HAVE_NETDB_H)
# include <netdb.h>
#endif
#include <errno.h>
#include <stdarg.h>
#include <setjmp.h>
+#include <string.h>
#include <unistd.h>
-#include <openssl/bn.h>
-
#include "xmalloc.h"
#include "ssh.h"
#include "ssh1.h"