aboutsummaryrefslogtreecommitdiff
path: root/src/regexp_defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/regexp_defs.h')
-rw-r--r--src/regexp_defs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/regexp_defs.h b/src/regexp_defs.h
index 0426f242a4..e7dd39dade 100644
--- a/src/regexp_defs.h
+++ b/src/regexp_defs.h
@@ -13,6 +13,8 @@
#ifndef _REGEXP_H
#define _REGEXP_H
+#include "pos.h"
+
/*
* The number of sub-matches is limited to 10.
* The first one (index 0) is the whole match, referenced with "\0".