]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
upstream: want time.h here too
authordjm@openbsd.org <djm@openbsd.org>
Sat, 3 Oct 2020 03:40:38 +0000 (03:40 +0000)
committerDamien Miller <djm@mindrot.org>
Sat, 3 Oct 2020 04:33:58 +0000 (14:33 +1000)
OpenBSD-Commit-ID: fafee8f1108c64ad8b282f9a1ed5ea830d8c58a7

sk-usbhid.c

index 007c596447ff9e6bd746eaaa8cbcec0fd9f31eac..460408868a69221cf589e262de5405da89f8525c 100644 (file)
@@ -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 <stdio.h>
 #include <stddef.h>
 #include <stdarg.h>
+#include <time.h>
 #ifdef HAVE_SHA2_H
 #include <sha2.h>
 #endif