summaryrefslogtreecommitdiff
path: root/regex/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'regex/utils.h')
-rw-r--r--regex/utils.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/regex/utils.h b/regex/utils.h
index 1a997ac8fc..cd4a96025f 100644
--- a/regex/utils.h
+++ b/regex/utils.h
@@ -1,4 +1,7 @@
/* utility definitions */
+
+#include "regex_extra.h"
+
#ifdef _POSIX2_RE_DUP_MAX
#define DUPMAX _POSIX2_RE_DUP_MAX
#else