X-Git-Url: https://git.librecmc.org/?p=oweals%2Fjsonpath.git;a=blobdiff_plain;f=matcher.h;h=c3ca4cb21efcde1eaac2c78069601a2be43dc763;hp=c93f2399826c86a7521ea0a2182ad37d8bd3d810;hb=f3830138661374ca10fe6a0b6f2f4b949dea3e5c;hpb=960dafd0b61eb14032d13c1562566618be55133f diff --git a/matcher.h b/matcher.h index c93f239..c3ca4cb 100644 --- a/matcher.h +++ b/matcher.h @@ -26,7 +26,7 @@ #include #endif -#include "parser.h" +#include "ast.h" typedef void (*jp_match_cb_t)(struct json_object *res, void *priv);