diff options
author | Damien Miller <djm@mindrot.org> | 2018-07-12 14:49:14 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2018-07-13 11:41:33 +1000 |
commit | 4d3b2f36fd831941d1627ac587faae37b6d3570f (patch) | |
tree | 582a72c547351f383b946eb1b6c1dc56b5d56084 | |
parent | 3f420a692b293921216549c1099c2e46ff284eae (diff) |
missing headers
-rw-r--r-- | opacket.c | 2 | ||||
-rw-r--r-- | ssh-keygen.c | 1 |
2 files changed, 3 insertions, 0 deletions
@@ -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" |