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)
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 fca48e5f5..e637d7a71 100644
--- a/opacket.c
+++ b/opacket.c
@@ -3,6 +3,8 @@
3 3
4#include "includes.h" 4#include "includes.h"
5 5
6#include <stdarg.h>
7
6#include "ssherr.h" 8#include "ssherr.h"
7#include "packet.h" 9#include "packet.h"
8#include "log.h" 10#include "log.h"
diff --git a/ssh-keygen.c b/ssh-keygen.c
index 822e7e7c4..3c9677057 100644
--- a/ssh-keygen.c
+++ b/ssh-keygen.c
@@ -38,6 +38,7 @@
38#include <unistd.h> 38#include <unistd.h>
39#include <limits.h> 39#include <limits.h>
40#include <locale.h> 40#include <locale.h>
41#include <time.h>
41 42
42#include "xmalloc.h" 43#include "xmalloc.h"
43#include "sshkey.h" 44#include "sshkey.h"