From 7a4738af45201c115a9e20f830f30ed38ce6be76 Mon Sep 17 00:00:00 2001 From: "djm@openbsd.org" Date: Thu, 11 Sep 2025 03:29:58 +0000 Subject: [PATCH] upstream: need time.h for time(3) OpenBSD-Commit-ID: 530964039cccab679432b6c5b28d2b0aa9760b00 --- ssh-add.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ssh-add.c b/ssh-add.c index 115400680..e2ecf1753 100644 --- 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 * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland @@ -54,6 +54,7 @@ #include #include #include +#include #include "xmalloc.h" #include "ssh.h" -- 2.47.3