summaryrefslogtreecommitdiff
path: root/matcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'matcher.h')
-rw-r--r--matcher.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/matcher.h b/matcher.h
index 468ddf2..aac21b9 100644
--- a/matcher.h
+++ b/matcher.h
@@ -19,6 +19,8 @@
#include <string.h>
#include <stdbool.h>
+#include <stdio.h>
+#include <regex.h>
#ifdef JSONC
#include <json.h>