]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
upstream: need time.h for time(3)
authordjm@openbsd.org <djm@openbsd.org>
Thu, 11 Sep 2025 03:29:58 +0000 (03:29 +0000)
committerDamien Miller <djm@mindrot.org>
Thu, 11 Sep 2025 03:32:43 +0000 (13:32 +1000)
OpenBSD-Commit-ID: 530964039cccab679432b6c5b28d2b0aa9760b00

ssh-add.c

index 1154006805a5f95f4cea11989eb2114da6a04f75..e2ecf17535b48b68dc4df56c2694420f52b0d13f 100644 (file)
--- a/ssh-add.c
+++ b/ssh-add.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ssh-add.c,v 1.176 2025/09/11 02:54:42 djm Exp $ */
+/* $OpenBSD: ssh-add.c,v 1.177 2025/09/11 03:29:58 djm Exp $ */
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
  * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -54,6 +54,7 @@
 #include <string.h>
 #include <unistd.h>
 #include <limits.h>
+#include <time.h>
 
 #include "xmalloc.h"
 #include "ssh.h"