diff options
Diffstat (limited to 'src/regexp_defs.h')
-rw-r--r-- | src/regexp_defs.h | 2 |
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". |