From 53d3679913d715cce0dc7e8be04662366eab4842 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Mon, 2 Oct 2006 01:29:27 +0000 Subject: [PATCH] 2087. [port] libisc failed to compile on OS's w/o a vsnprintf. [RT #16382] --- CHANGES | 3 +++ lib/isc/string.c | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 317058b7e4..e6a7fae963 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +2087. [port] libisc failed to compile on OS's w/o a vsnprintf. + [RT #16382] + 2086. [port] libbind: FreeBSD now has get*by*_r() functions. [RT #16403] diff --git a/lib/isc/string.c b/lib/isc/string.c index f6c5e7f7c7..4bc21729e7 100644 --- a/lib/isc/string.c +++ b/lib/isc/string.c @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: string.c,v 1.16 2005/08/23 04:05:50 marka Exp $ */ +/* $Id: string.c,v 1.17 2006/10/02 01:29:27 marka Exp $ */ /*! \file */ @@ -24,6 +24,7 @@ #include #include +#include #include #include #include