Fix LOCK_DEBUG compilation in the 8.2 branch; HEAD was fixed earlier.

Heikki Linnakangas.
This commit is contained in:
Neil Conway 2007-04-23 15:13:30 +00:00
parent ce8a3e6c88
commit f0ed36748d

View File

@ -10,7 +10,7 @@
* Written by Peter Eisentraut <peter_e@gmx.net>.
*
* IDENTIFICATION
* $PostgreSQL: pgsql/src/backend/utils/misc/guc.c,v 1.360 2006/11/29 14:50:07 petere Exp $
* $PostgreSQL: pgsql/src/backend/utils/misc/guc.c,v 1.360.2.1 2007/04/23 15:13:30 neilc Exp $
*
*--------------------------------------------------------------------
*/
@ -27,6 +27,7 @@
#include "access/gin.h"
#include "access/transam.h"
#include "access/twophase.h"
#include "access/xact.h"
#include "catalog/namespace.h"