From 8e1e6572feabd291cbd5048459c0a58c6460ff91 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Thu, 23 Sep 2021 15:15:48 -0700 Subject: Moved type defs into their own files instead of types.h --- json.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'json.h') diff --git a/json.h b/json.h index 4450387..538caa6 100644 --- a/json.h +++ b/json.h @@ -6,7 +6,7 @@ #include -#include "types.h" +#include "match.h" __attribute__((nonnull)) void json_match(const char *text, match_t *m, bool verbose); -- cgit v1.2.3