summaryrefslogtreecommitdiff
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 a32bd36cc..9b37c9aed 100644
--- a/sshkey.c
+++ b/sshkey.c
@@ -40,6 +40,7 @@
40#include <errno.h> 40#include <errno.h>
41#include <stdio.h> 41#include <stdio.h>
42#include <string.h> 42#include <string.h>
43#include <resolv.h>
43#ifdef HAVE_UTIL_H 44#ifdef HAVE_UTIL_H
44#include <util.h> 45#include <util.h>
45#endif /* HAVE_UTIL_H */ 46#endif /* HAVE_UTIL_H */