X-Git-Url: https://git.librecmc.org/?p=oweals%2Fjsonpath.git;a=blobdiff_plain;f=matcher.h;h=c3ca4cb21efcde1eaac2c78069601a2be43dc763;hp=c93f2399826c86a7521ea0a2182ad37d8bd3d810;hb=691f1065ad33b5d53d342e8705a37563d9ebb8b5;hpb=325454c60f282994cf79c69d49edbcea53f2e924;ds=inline 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);