From 96a57084fa509824b11ee06d014051a43e899184 Mon Sep 17 00:00:00 2001 From: dota17 Date: Tue, 7 Apr 2020 17:31:51 +0800 Subject: [PATCH] add the json_types.h to Makefile.am --- Makefile.am | 1 + vasprintf_compat.h | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 034f0ab..e65d24b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -29,6 +29,7 @@ libjson_cinclude_HEADERS = \ json_object_iterator.h \ json_pointer.h \ json_tokener.h \ + json_types.h \ json_util.h \ json_visit.h \ linkhash.h \ diff --git a/vasprintf_compat.h b/vasprintf_compat.h index 7b8e8fb..0720971 100644 --- a/vasprintf_compat.h +++ b/vasprintf_compat.h @@ -8,8 +8,6 @@ #include "snprintf_compat.h" -#include - #if !defined(HAVE_VASPRINTF) /* CAW: compliant version of vasprintf */ static int vasprintf(char **buf, const char *fmt, va_list ap)