diff options
author | Bruce Momjian <bruce@momjian.us> | 2006-07-10 22:06:11 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2006-07-10 22:06:11 +0000 |
commit | c5133e5920a802201824effd13f16f606b8d6971 (patch) | |
tree | 29ddcb573460f83cd2705bdfdf7023cbdc4c631d /contrib/tablefunc/tablefunc.h | |
parent | f0cd7647234b028d25cfd53c9376320e0ef9799b (diff) | |
download | postgresql-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.h | 2 |
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 */ |