From 63886b09705b97d12cee6a1b967d6ecf36485099 Mon Sep 17 00:00:00 2001 From: djm Date: Wed, 23 Feb 2022 21:21:49 +0000 Subject: [PATCH] free(3) wants stdlib.h --- usr.bin/ssh/auth-rhosts.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/usr.bin/ssh/auth-rhosts.c b/usr.bin/ssh/auth-rhosts.c index 2fe709cd334..2771fa5e020 100644 --- a/usr.bin/ssh/auth-rhosts.c +++ b/usr.bin/ssh/auth-rhosts.c @@ -1,4 +1,4 @@ -/* $OpenBSD: auth-rhosts.c,v 1.55 2022/02/23 11:15:57 djm Exp $ */ +/* $OpenBSD: auth-rhosts.c,v 1.56 2022/02/23 21:21:49 djm Exp $ */ /* * Author: Tatu Ylonen * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland @@ -23,6 +23,7 @@ #include #include #include +#include #include #include "packet.h" -- 2.20.1