aboutsummaryrefslogtreecommitdiff
path: root/contrib/tablefunc/tablefunc.h
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2006-07-10 22:06:11 +0000
committerBruce Momjian <bruce@momjian.us>2006-07-10 22:06:11 +0000
commitc5133e5920a802201824effd13f16f606b8d6971 (patch)
tree29ddcb573460f83cd2705bdfdf7023cbdc4c631d /contrib/tablefunc/tablefunc.h
parentf0cd7647234b028d25cfd53c9376320e0ef9799b (diff)
downloadpostgresql-c5133e5920a802201824effd13f16f606b8d6971.tar.gz
postgresql-c5133e5920a802201824effd13f16f606b8d6971.zip
Allow /contrib include files to compile on their own.
Diffstat (limited to 'contrib/tablefunc/tablefunc.h')
-rw-r--r--contrib/tablefunc/tablefunc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/tablefunc/tablefunc.h b/contrib/tablefunc/tablefunc.h
index 3c4ed03c2f2..f425b42fc10 100644
--- a/contrib/tablefunc/tablefunc.h
+++ b/contrib/tablefunc/tablefunc.h
@@ -31,6 +31,8 @@
#ifndef TABLEFUNC_H
#define TABLEFUNC_H
+#include "fmgr.h"
+
/*
* External declarations
*/