diff options
author | Jo-Philipp Wich <jo@mein.io> | 2022-04-07 22:51:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-07 22:51:09 +0200 |
commit | c5fb8ca9794ac858cf45e7de5e3f99a9ac201df9 (patch) | |
tree | 86f04814801f275c955e97e16e39736bc6186121 /main.c | |
parent | 72292e9a86ac32e64da54bf27d38553f52161b89 (diff) | |
parent | 33f1e0b0926e973fb5ae445e9a995848762143bb (diff) |
Merge pull request #71 from jow-/headers-json-compat-fix
treewide: move json-c compat shims into internal header file
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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" |