From c5133e5920a802201824effd13f16f606b8d6971 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 10 Jul 2006 22:06:11 +0000 Subject: Allow /contrib include files to compile on their own. --- contrib/tablefunc/tablefunc.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'contrib/tablefunc/tablefunc.h') 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 */ -- cgit v1.2.3