summaryrefslogtreecommitdiff
path: root/sshkey.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2019-09-08 14:48:11 +1000
committerDamien Miller <djm@mindrot.org>2019-09-08 14:48:11 +1000
commit6a710d3e06fd375e2c2ae02546b9541c488a2cdb (patch)
tree28cbaec4b1638c1a4780b2d83055e93926f96ddf /sshkey.c
parentf61f29afda6c71eda26effa54d3c2e5306fd0833 (diff)
needs time.h for --without-openssl
Diffstat (limited to 'sshkey.c')
-rw-r--r--sshkey.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sshkey.c b/sshkey.c
index d1de66c7f..612929427 100644
--- a/sshkey.c
+++ b/sshkey.c
@@ -43,6 +43,7 @@
43#include <stdio.h> 43#include <stdio.h>
44#include <string.h> 44#include <string.h>
45#include <resolv.h> 45#include <resolv.h>
46#include <time.h>
46#ifdef HAVE_UTIL_H 47#ifdef HAVE_UTIL_H
47#include <util.h> 48#include <util.h>
48#endif /* HAVE_UTIL_H */ 49#endif /* HAVE_UTIL_H */