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/utils.h | |
parent | f789613f8a2d2d6b63fafff38cae0778ee21c7c4 (diff) |
Removed MBFLAGS from makefiles since it's now done in include/config.h.
Diffstat (limited to 'src/include/regex/utils.h')
-rw-r--r-- | src/include/regex/utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/regex/utils.h b/src/include/regex/utils.h index bf51a8b8e7..b2e2307e1d 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? */ |