Add includes and split off json_types.h to help ensure that headers can be included in any order.

This commit is contained in:
Eric Haszlakiewicz
2020-04-06 13:55:27 +00:00
parent 5e19c26cae
commit 19bbf2c069
8 changed files with 92 additions and 60 deletions

View File

@@ -8,6 +8,8 @@
#include "snprintf_compat.h"
#include <malloc.h>
#if !defined(HAVE_VASPRINTF)
/* CAW: compliant version of vasprintf */
static int vasprintf(char **buf, const char *fmt, va_list ap)