From 46d58fba3309d435bca93b1706603d1bab5a0512 Mon Sep 17 00:00:00 2001 From: Bryan Henderson Date: Tue, 26 Nov 1996 03:20:35 +0000 Subject: Make it compile on Ultrix. Thanks Erik Bertelson. --- src/include/regex/utils.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/include/regex/utils.h') 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) -- cgit v1.2.3