[openssh-commits] [openssh] 03/07: missing include for base64 encoding
git+noreply at mindrot.org
git+noreply at mindrot.org
Mon Dec 22 13:21:39 EST 2014
This is an automated email from the git hooks/post-receive script.
djm pushed a commit to branch master
in repository openssh.
commit d16bdd8027dd116afa01324bb071a4016cdc1a75
Author: Damien Miller <djm at mindrot.org>
Date: Mon Dec 22 10:18:09 2014 +1100
missing include for base64 encoding
---
sshkey.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/sshkey.c b/sshkey.c
index a32bd36..9b37c9a 100644
--- a/sshkey.c
+++ b/sshkey.c
@@ -40,6 +40,7 @@
#include <errno.h>
#include <stdio.h>
#include <string.h>
+#include <resolv.h>
#ifdef HAVE_UTIL_H
#include <util.h>
#endif /* HAVE_UTIL_H */
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list