From 2ebf478107ecb3c554fceb26d01bca59c6d0ed1e Mon Sep 17 00:00:00 2001 From: "djm@openbsd.org" Date: Wed, 23 Feb 2022 21:21:49 +0000 Subject: upstream: free(3) wants stdlib.h OpenBSD-Commit-ID: 227a8c70a95b4428c49e46863c9ef4bd318a3b8a --- auth-rhosts.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/auth-rhosts.c b/auth-rhosts.c index cac5cd84..4fc9252a 100644 --- a/auth-rhosts.c +++ b/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 @@ -19,6 +19,7 @@ #include #include +#include #ifdef HAVE_NETGROUP_H # include #endif @@ -26,7 +27,7 @@ #include #include #include -#include +#include #include #include "packet.h" -- cgit v1.2.1