[openssh-commits] [openssh] 01/05: missing headers

git+noreply at mindrot.org git+noreply at mindrot.org
Fri Jul 13 11:41:46 AEST 2018


This is an automated email from the git hooks/post-receive script.

djm pushed a commit to branch master
in repository openssh.

commit 4d3b2f36fd831941d1627ac587faae37b6d3570f
Author: Damien Miller <djm at mindrot.org>
Date:   Thu Jul 12 14:49:14 2018 +1000

    missing headers
---
 opacket.c    | 2 ++
 ssh-keygen.c | 1 +
 2 files changed, 3 insertions(+)

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"

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list