From: djm@openbsd.org Date: Thu, 11 Sep 2025 03:29:58 +0000 (+0000) Subject: upstream: need time.h for time(3) X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7a4738af45201c115a9e20f830f30ed38ce6be76;p=thirdparty%2Fopenssh-portable.git upstream: need time.h for time(3) OpenBSD-Commit-ID: 530964039cccab679432b6c5b28d2b0aa9760b00 --- 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"