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/regex2.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/include/regex/regex2.h') diff --git a/src/include/regex/regex2.h b/src/include/regex/regex2.h index aab9195dc55..25d7853c420 100644 --- a/src/include/regex/regex2.h +++ b/src/include/regex/regex2.h @@ -37,6 +37,8 @@ * @(#)regex2.h 8.4 (Berkeley) 3/20/94 */ +#include "postgres.h" + /* * First, the stuff that ends up in the outside-world include file */ -- cgit v1.2.3