From: djm@openbsd.org Date: Thu, 17 Jan 2019 04:20:53 +0000 (+0000) Subject: upstream: include time.h for time(3)/nanosleep(2); from Ian X-Git-Tag: V_8_0_P1~184 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=943d0965263cae1c080ce5a9d0b5aa341885e55d;p=thirdparty%2Fopenssh-portable.git upstream: include time.h for time(3)/nanosleep(2); from Ian McKellar OpenBSD-Commit-ID: 6412ccd06a88f65b207a1089345f51fa1244ea51 --- diff --git a/auth.c b/auth.c index d2a8cd65b..7d48d07a8 100644 --- a/auth.c +++ b/auth.c @@ -1,4 +1,4 @@ -/* $OpenBSD: auth.c,v 1.134 2018/11/16 03:26:01 djm Exp $ */ +/* $OpenBSD: auth.c,v 1.135 2019/01/17 04:20:53 djm Exp $ */ /* * Copyright (c) 2000 Markus Friedl. All rights reserved. * @@ -50,6 +50,7 @@ #include #include #include +#include #include "xmalloc.h" #include "match.h" diff --git a/auth2.c b/auth2.c index 4d19957a6..4415c11ec 100644 --- a/auth2.c +++ b/auth2.c @@ -1,4 +1,4 @@ -/* $OpenBSD: auth2.c,v 1.149 2018/07/11 18:53:29 markus Exp $ */ +/* $OpenBSD: auth2.c,v 1.151 2019/01/17 04:20:53 djm Exp $ */ /* * Copyright (c) 2000 Markus Friedl. All rights reserved. * @@ -35,6 +35,7 @@ #include #include #include +#include #include "atomicio.h" #include "xmalloc.h"