From f357081b577df8e39421e03aa1f6566c9d2e9f02 Mon Sep 17 00:00:00 2001 From: Eric Haszlakiewicz Date: Wed, 8 Apr 2020 02:53:48 +0000 Subject: [PATCH] Not all systems (e.g. osx) have malloc.h, include stdlib.h instead. --- vasprintf_compat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vasprintf_compat.h b/vasprintf_compat.h index 7b8e8fb..5264272 100644 --- a/vasprintf_compat.h +++ b/vasprintf_compat.h @@ -8,7 +8,7 @@ #include "snprintf_compat.h" -#include +#include #if !defined(HAVE_VASPRINTF) /* CAW: compliant version of vasprintf */ -- 2.49.0