mirror of
https://github.com/json-c/json-c.git
synced 2026-03-29 01:49:06 +08:00
Add includes and split off json_types.h to help ensure that headers can be included in any order.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user