Suppress gcc warning.

This commit is contained in:
Tom Lane 2001-06-25 20:20:02 +00:00
parent 54361b4233
commit c31545af27

View file

@ -1,6 +1,7 @@
#include "postgres.h"
#include "fmgr.h"
#include "fmgr.h"
#include "miscadmin.h"
#include "utils/hsearch.h"
#include "access/xact.h"
#include "catalog/pg_shadow.h"