From: Neil Conway Date: Mon, 23 Apr 2007 15:13:30 +0000 (+0000) Subject: Fix LOCK_DEBUG compilation in the 8.2 branch; HEAD was fixed earlier. X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=91944cd588a20441e05ea9be8e42cc63084a4472;p=users%2Fbernd%2Fpostgres.git Fix LOCK_DEBUG compilation in the 8.2 branch; HEAD was fixed earlier. Heikki Linnakangas. --- diff --git a/src/backend/utils/misc/guc.c b/src/backend/utils/misc/guc.c index 1fb4ebec7d..9036b0eec5 100644 --- a/src/backend/utils/misc/guc.c +++ b/src/backend/utils/misc/guc.c @@ -27,6 +27,7 @@ #include "access/gin.h" +#include "access/transam.h" #include "access/twophase.h" #include "access/xact.h" #include "catalog/namespace.h"