From 533d5166292b94fb5dce0892c572b149d7da18bd Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Wed, 19 Jan 2000 02:59:03 +0000 Subject: Removed MBFLAGS from makefiles since it's now done in include/config.h. --- src/include/regex/utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include/regex/utils.h') diff --git a/src/include/regex/utils.h b/src/include/regex/utils.h index bf51a8b8e74..b2e2307e1d0 100644 --- a/src/include/regex/utils.h +++ b/src/include/regex/utils.h @@ -37,7 +37,7 @@ * @(#)utils.h 8.3 (Berkeley) 3/20/94 */ -#include "config.h" +#include "postgres.h" /* utility definitions */ #define DUPMAX 100000000 /* xxx is this right? */ -- cgit v1.2.3