From: Tom Lane Date: Sun, 5 Jan 2003 00:49:59 +0000 (+0000) Subject: Add missing include --- seems include file references are different in X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=a92007a2b96e4bce38a3432c79d25f5a81fef512;p=users%2Fbernd%2Fpostgres.git Add missing include --- seems include file references are different in CVS tip than in this branch. --- diff --git a/src/backend/tcop/fastpath.c b/src/backend/tcop/fastpath.c index 758961b17e..b63bf95bbc 100644 --- a/src/backend/tcop/fastpath.c +++ b/src/backend/tcop/fastpath.c @@ -64,6 +64,7 @@ #include "catalog/pg_proc.h" #include "libpq/libpq.h" #include "libpq/pqformat.h" +#include "miscadmin.h" #include "tcop/fastpath.h" #include "utils/acl.h" #include "utils/lsyscache.h"