summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/auth2-none.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssh/auth2-none.c')
-rw-r--r--crypto/openssh/auth2-none.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/crypto/openssh/auth2-none.c b/crypto/openssh/auth2-none.c
index c8c6c74..e71e221 100644
--- a/crypto/openssh/auth2-none.c
+++ b/crypto/openssh/auth2-none.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: auth2-none.c,v 1.16 2010/06/25 08:46:17 djm Exp $ */
+/* $OpenBSD: auth2-none.c,v 1.18 2014/07/15 15:54:14 millert Exp $ */
/*
* Copyright (c) 2000 Markus Friedl. All rights reserved.
*
@@ -30,9 +30,10 @@
#include <sys/uio.h>
#include <fcntl.h>
-#include <stdarg.h>
#include <string.h>
#include <unistd.h>
+#include <stdarg.h>
+#include <stdio.h>
#include "atomicio.h"
#include "xmalloc.h"
@@ -42,6 +43,7 @@
#include "packet.h"
#include "log.h"
#include "buffer.h"
+#include "misc.h"
#include "servconf.h"
#include "compat.h"
#include "ssh2.h"
OpenPOWER on IntegriCloud