summaryrefslogtreecommitdiffstats
path: root/ssh-keygen.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2018-07-12 14:49:14 +1000
committerDamien Miller <djm@mindrot.org>2018-07-13 11:41:33 +1000
commit4d3b2f36fd831941d1627ac587faae37b6d3570f (patch)
tree582a72c547351f383b946eb1b6c1dc56b5d56084 /ssh-keygen.c
parent3f420a692b293921216549c1099c2e46ff284eae (diff)
missing headers
Diffstat (limited to 'ssh-keygen.c')
-rw-r--r--ssh-keygen.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ssh-keygen.c b/ssh-keygen.c
index 822e7e7c..3c967705 100644
--- a/ssh-keygen.c
+++ b/ssh-keygen.c
@@ -38,6 +38,7 @@
#include <unistd.h>
#include <limits.h>
#include <locale.h>
+#include <time.h>
#include "xmalloc.h"
#include "sshkey.h"