summaryrefslogtreecommitdiffstats
path: root/jq_parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'jq_parser.h')
-rw-r--r--jq_parser.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/jq_parser.h b/jq_parser.h
index 8dc37163..809ace06 100644
--- a/jq_parser.h
+++ b/jq_parser.h
@@ -1,5 +1,7 @@
#ifndef JQ_PARSER_H
#define JQ_PARSER_H
+#include "locfile.h"
+#include "compile.h"
int jq_parse(struct locfile* source, block* answer);
int jq_parse_library(struct locfile* locations, block* answer);