contrib: add ParseTrace prototype to parser skeleton
[oweals/jsonpath.git] / matcher.h
index c93f2399826c86a7521ea0a2182ad37d8bd3d810..c3ca4cb21efcde1eaac2c78069601a2be43dc763 100644 (file)
--- a/matcher.h
+++ b/matcher.h
@@ -26,7 +26,7 @@
        #include <json-c/json.h>
 #endif
 
-#include "parser.h"
+#include "ast.h"
 
 typedef void (*jp_match_cb_t)(struct json_object *res, void *priv);