Suppress compiler warning induced by recent header file refactoring.

This commit is contained in:
Tom Lane 2008-05-16 17:31:17 +00:00
parent 8461ab5ab1
commit 0ff81a525e
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,5 @@
/*
* $PostgreSQL: pgsql/contrib/pgstattuple/pgstattuple.c,v 1.34 2008/05/12 00:00:43 alvherre Exp $
* $PostgreSQL: pgsql/contrib/pgstattuple/pgstattuple.c,v 1.35 2008/05/16 17:31:17 tgl Exp $
*
* Copyright (c) 2001,2002 Tatsuo Ishii
*
@ -33,6 +33,7 @@
#include "funcapi.h"
#include "miscadmin.h"
#include "storage/bufmgr.h"
#include "storage/lmgr.h"
#include "utils/builtins.h"
#include "utils/tqual.h"