summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2014-12-22 10:18:09 +1100
committerDamien Miller <djm@mindrot.org>2014-12-22 10:18:09 +1100
commitd16bdd8027dd116afa01324bb071a4016cdc1a75 (patch)
tree1540a4ce7486cfb885b511aa1aaf18c840d72334
parent56d1c83cdd1ac76f1c6bd41e01e80dad834f3994 (diff)
missing include for base64 encoding
-rw-r--r--sshkey.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sshkey.c b/sshkey.c
index a32bd36c..9b37c9ae 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 */