If we don't have vasprintf() get it from roken

This commit is contained in:
Asanka C. Herath
2010-11-24 13:09:04 -05:00
parent 5a8e7fcd0d
commit 81e3cbee05

View File

@@ -36,6 +36,10 @@
#include "baselocl.h"
#include <syslog.h>
#ifndef HAVE_VASPRINTF
#include <roken.h>
#endif
static heim_base_atomic_type tidglobal = HEIM_TID_USER;
struct heim_base {