From d8aec107fec09a5e943d5ad96d364823b48249d8 Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Sat, 5 Aug 2006 16:12:15 +1000 Subject: [PATCH] - (dtucker) [openbsd-compat/getrrsetbyname.c] Nees stdlib.h for malloc. --- ChangeLog | 3 ++- openbsd-compat/getrrsetbyname.c | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c125d69b3..942884818 100644 --- a/ChangeLog +++ b/ChangeLog @@ -102,6 +102,7 @@ #include stdarg.h, needed for log.h. - (dtucker) [entropy.c] Needs unistd.h too. - (dtucker) [ssh-rand-helper.c] Needs stdarg.h for log.h. + - (dtucker) [openbsd-compat/getrrsetbyname.c] Nees stdlib.h for malloc. 20060804 - (dtucker) [configure.ac] The "crippled AES" test does not work on recent @@ -5172,4 +5173,4 @@ - (djm) Trim deprecated options from INSTALL. Mention UsePAM - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu -$Id: ChangeLog,v 1.4463 2006/08/05 05:57:40 dtucker Exp $ +$Id: ChangeLog,v 1.4464 2006/08/05 06:12:15 dtucker Exp $ diff --git a/openbsd-compat/getrrsetbyname.c b/openbsd-compat/getrrsetbyname.c index 70ef1850d..40155d5ab 100644 --- a/openbsd-compat/getrrsetbyname.c +++ b/openbsd-compat/getrrsetbyname.c @@ -49,6 +49,7 @@ #ifndef HAVE_GETRRSETBYNAME +#include #include #include "getrrsetbyname.h"