diff options
author | Peter Eisentraut | 2000-01-19 02:59:03 +0000 |
---|---|---|
committer | Peter Eisentraut | 2000-01-19 02:59:03 +0000 |
commit | 1a6b29d05f3b55ccab8d386bc6f9ab211e6a87fe (patch) | |
tree | af313c841d9f86a8f8b46148875abd58cbd1442c /src/include/regex/regex.h | |
parent | f789613f8a2d2d6b63fafff38cae0778ee21c7c4 (diff) |
Removed MBFLAGS from makefiles since it's now done in include/config.h.
Diffstat (limited to 'src/include/regex/regex.h')
-rw-r--r-- | src/include/regex/regex.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/regex/regex.h b/src/include/regex/regex.h index b0b86f3cb6..677f5ca9a2 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 <sys/types.h> #include "mb/pg_wchar.h" |