cli: implement limit flag
[oweals/jsonpath.git] / matcher.h
index 5dc2869f12fe3a37cc87b2d23bd1cd20d3a3b98a..c3ca4cb21efcde1eaac2c78069601a2be43dc763 100644 (file)
--- a/matcher.h
+++ b/matcher.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2013 Jo-Philipp Wich <jow@openwrt.org>
+ * Copyright (C) 2013-2014 Jo-Philipp Wich <jow@openwrt.org>
  *
  * Permission to use, copy, modify, and/or distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
@@ -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);