From: djm@openbsd.org Date: Sat, 3 Oct 2020 03:40:38 +0000 (+0000) Subject: upstream: want time.h here too X-Git-Tag: V_8_5_P1~270 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5ed753add7aa8eed6b167e44db6240a76404db2;p=thirdparty%2Fopenssh-portable.git upstream: want time.h here too OpenBSD-Commit-ID: fafee8f1108c64ad8b282f9a1ed5ea830d8c58a7 --- diff --git a/sk-usbhid.c b/sk-usbhid.c index 007c59644..460408868 100644 --- a/sk-usbhid.c +++ b/sk-usbhid.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sk-usbhid.c,v 1.26 2020/09/09 03:08:01 djm Exp $ */ +/* $OpenBSD: sk-usbhid.c,v 1.27 2020/10/03 03:40:38 djm Exp $ */ /* * Copyright (c) 2019 Markus Friedl * Copyright (c) 2020 Pedro Martelletto @@ -26,6 +26,7 @@ #include #include #include +#include #ifdef HAVE_SHA2_H #include #endif