summaryrefslogtreecommitdiffhomepage
path: root/types.c
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2022-04-07 22:51:09 +0200
committerGitHub <noreply@github.com>2022-04-07 22:51:09 +0200
commitc5fb8ca9794ac858cf45e7de5e3f99a9ac201df9 (patch)
tree86f04814801f275c955e97e16e39736bc6186121 /types.c
parent72292e9a86ac32e64da54bf27d38553f52161b89 (diff)
parent33f1e0b0926e973fb5ae445e9a995848762143bb (diff)
Merge pull request #71 from jow-/headers-json-compat-fix
treewide: move json-c compat shims into internal header file
Diffstat (limited to 'types.c')
-rw-r--r--types.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/types.c b/types.c
index 5707ce9..4f5088c 100644
--- a/types.c
+++ b/types.c
@@ -23,6 +23,8 @@
#include <ctype.h>
#include <float.h>
+#include "json-c-compat.h"
+
#include "ucode/types.h"
#include "ucode/util.h"
#include "ucode/vm.h"