From 81e3cbee0579ef4764c96569663dd25cb2c8556c Mon Sep 17 00:00:00 2001 From: "Asanka C. Herath" Date: Wed, 24 Nov 2010 13:09:04 -0500 Subject: [PATCH] If we don't have vasprintf() get it from roken --- base/heimbase.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/base/heimbase.c b/base/heimbase.c index 730af195b..f76d056cd 100644 --- a/base/heimbase.c +++ b/base/heimbase.c @@ -36,6 +36,10 @@ #include "baselocl.h" #include +#ifndef HAVE_VASPRINTF +#include +#endif + static heim_base_atomic_type tidglobal = HEIM_TID_USER; struct heim_base {