summaryrefslogtreecommitdiffhomepage
path: root/src/re.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/re.h')
-rw-r--r--src/re.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/re.h b/src/re.h
index 238b4e408..91bd1abc1 100644
--- a/src/re.h
+++ b/src/re.h
@@ -13,6 +13,7 @@
#include "node.h"
#include "regex.h"
#include "encoding.h"
+#include "st.h"
#define BEG(no) regs->beg[no]
#define END(no) regs->end[no]