summaryrefslogtreecommitdiffhomepage
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/main.c b/main.c
index 7fd50d9..d98b5d5 100644
--- a/main.c
+++ b/main.c
@@ -23,7 +23,8 @@
#include <fcntl.h>
#include <sys/stat.h>
#include <sys/types.h>
-#include <json-c/json.h>
+
+#include "json-c-compat.h"
#include "ucode/compiler.h"
#include "ucode/lexer.h"