summaryrefslogtreecommitdiff
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
parent3f420a692b293921216549c1099c2e46ff284eae (diff)
downloadopenssh-git-4d3b2f36fd831941d1627ac587faae37b6d3570f.tar.gz
missing headers
-rw-r--r--opacket.c2
-rw-r--r--ssh-keygen.c1
2 files changed, 3 insertions, 0 deletions
diff --git a/opacket.c b/opacket.c
index fca48e5f..e637d7a7 100644
--- a/opacket.c
+++ b/opacket.c
@@ -3,6 +3,8 @@
#include "includes.h"
+#include <stdarg.h>
+
#include "ssherr.h"
#include "packet.h"
#include "log.h"
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"