OSDN Git Service

Suppress gcc warning.
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 25 Jun 2001 20:20:02 +0000 (20:20 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 25 Jun 2001 20:20:02 +0000 (20:20 +0000)
src/backend/utils/adt/pgstatfuncs.c

index a629ea0..23617b8 100644 (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"