summaryrefslogtreecommitdiffhomepage
path: root/lib.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib.c')
-rw-r--r--lib.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib.c b/lib.c
index 667a12f..126badc 100644
--- a/lib.c
+++ b/lib.c
@@ -33,6 +33,8 @@
#include <fnmatch.h>
#include <assert.h>
+#include "json-c-compat.h"
+
#include "ucode/lexer.h"
#include "ucode/compiler.h"
#include "ucode/vm.h"