Suppress compiler warning induced by recent header file refactoring.

REL8_5_ALPHA1_BRANCH
Tom Lane 17 years ago
parent 8461ab5ab1
commit 0ff81a525e
  1. 3
      contrib/pgstattuple/pgstattuple.c

@ -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"

Loading…
Cancel
Save