summaryrefslogtreecommitdiff
path: root/src/include/regex/regex.h
diff options
context:
space:
mode:
authorPeter Eisentraut2000-01-19 02:59:03 +0000
committerPeter Eisentraut2000-01-19 02:59:03 +0000
commit1a6b29d05f3b55ccab8d386bc6f9ab211e6a87fe (patch)
treeaf313c841d9f86a8f8b46148875abd58cbd1442c /src/include/regex/regex.h
parentf789613f8a2d2d6b63fafff38cae0778ee21c7c4 (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.h1
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"