From: Damien Miller Date: Sun, 8 Sep 2019 04:48:11 +0000 (+1000) Subject: needs time.h for --without-openssl X-Git-Tag: V_8_1_P1~49 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a710d3e06fd375e2c2ae02546b9541c488a2cdb;p=thirdparty%2Fopenssh-portable.git needs time.h for --without-openssl --- diff --git a/sshkey.c b/sshkey.c index d1de66c7f..612929427 100644 --- a/sshkey.c +++ b/sshkey.c @@ -43,6 +43,7 @@ #include #include #include +#include #ifdef HAVE_UTIL_H #include #endif /* HAVE_UTIL_H */