From: Darren Tucker Date: Mon, 5 May 2025 09:08:48 +0000 (+1000) Subject: includes.h for compat, time.h for clock_gettime. X-Git-Tag: V_10_1_P1~322 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c0e6626e4be53efcfbb92f0c6382a76f1138e38;p=thirdparty%2Fopenssh-portable.git includes.h for compat, time.h for clock_gettime. --- diff --git a/misc-agent.c b/misc-agent.c index d065ab0e5..a8605302e 100644 --- a/misc-agent.c +++ b/misc-agent.c @@ -14,6 +14,8 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +#include "includes.h" + #include #include #include @@ -25,6 +27,9 @@ #include #include #include +#ifdef HAVE_TIME_H +# include +#endif #include #include "digest.h"