From: djm Date: Wed, 23 Feb 2022 21:21:49 +0000 (+0000) Subject: free(3) wants stdlib.h X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=63886b09705b97d12cee6a1b967d6ecf36485099;p=openbsd free(3) wants stdlib.h --- 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"