aboutsummaryrefslogtreecommitdiff
path: root/src/include/regex/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/regex/utils.h')
-rw-r--r--src/include/regex/utils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/regex/utils.h b/src/include/regex/utils.h
index e2d8b6cda36..98857d0977c 100644
--- a/src/include/regex/utils.h
+++ b/src/include/regex/utils.h
@@ -37,6 +37,8 @@
* @(#)utils.h 8.3 (Berkeley) 3/20/94
*/
+#include "config.h" /* HAVE_MEMMOVE */
+
/* utility definitions */
#define DUPMAX 100000000 /* xxx is this right? */
#define INFINITY (DUPMAX + 1)