From: djm@openbsd.org Date: Mon, 21 Aug 2023 04:36:46 +0000 (+0000) Subject: upstream: want stdlib.h for free(3) X-Git-Tag: V_9_5_P1~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84efebf352fc700e9040c8065707c63caedd36a3;p=thirdparty%2Fopenssh-portable.git upstream: want stdlib.h for free(3) OpenBSD-Commit-ID: 743af3c6e3ce5e6cecd051668f0327a01f44af29 --- diff --git a/sshkey.c b/sshkey.c index 727728536..2d3906ad8 100644 --- a/sshkey.c +++ b/sshkey.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sshkey.c,v 1.137 2023/07/27 22:23:05 djm Exp $ */ +/* $OpenBSD: sshkey.c,v 1.138 2023/08/21 04:36:46 djm Exp $ */ /* * Copyright (c) 2000, 2001 Markus Friedl. All rights reserved. * Copyright (c) 2008 Alexander von Gernler. All rights reserved. @@ -41,6 +41,7 @@ #include #include #include +#include #include #include #include