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/regex.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include/regex/regex.h') diff --git a/src/include/regex/regex.h b/src/include/regex/regex.h index b0b86f3cb6d..677f5ca9a24 100644 --- a/src/include/regex/regex.h +++ b/src/include/regex/regex.h @@ -40,6 +40,7 @@ #ifndef _REGEX_H_ #define _REGEX_H_ +#include "postgres.h" #include #include "mb/pg_wchar.h" -- cgit v1.2.3