]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
upstream: want stdlib.h for free(3)
authordjm@openbsd.org <djm@openbsd.org>
Mon, 21 Aug 2023 04:36:46 +0000 (04:36 +0000)
committerDamien Miller <djm@mindrot.org>
Mon, 21 Aug 2023 04:38:38 +0000 (14:38 +1000)
OpenBSD-Commit-ID: 743af3c6e3ce5e6cecd051668f0327a01f44af29

sshkey.c

index 727728536b34ab0510571d19db7d1d5c949c0249..2d3906ad8475573e51d3551fca743bbe60a5d2f6 100644 (file)
--- 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 <errno.h>
 #include <limits.h>
 #include <stdio.h>
+#include <stdlib.h>
 #include <string.h>
 #include <resolv.h>
 #include <time.h>