summaryrefslogtreecommitdiff
path: root/auth2-passwd.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2019-07-23 22:25:44 +1000
committerDarren Tucker <dtucker@dtucker.net>2019-07-23 22:26:20 +1000
commit9634ffbf29b3c2493e69d10b37077b09a8cbf5ff (patch)
tree74f29fc321cd0dc93abf18626e083d53e1a0fd01 /auth2-passwd.c
parent2ea60312e1c08dea88982fec68244f89a40912ff (diff)
downloadopenssh-git-9634ffbf29b3c2493e69d10b37077b09a8cbf5ff.tar.gz
Add headers to prevent warnings w/out OpenSSL.
Diffstat (limited to 'auth2-passwd.c')
-rw-r--r--auth2-passwd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/auth2-passwd.c b/auth2-passwd.c
index 0395a69f..f696abc2 100644
--- a/auth2-passwd.c
+++ b/auth2-passwd.c
@@ -29,6 +29,7 @@
#include <string.h>
#include <stdarg.h>
+#include <stdio.h>
#include "packet.h"
#include "ssherr.h"