aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1996-11-05 11:17:47 +0000
committerMarc G. Fournier <scrappy@hub.org>1996-11-05 11:17:47 +0000
commit225a2247923ef1dec2eb19a9dbd403a7a6a78e78 (patch)
tree6d36a2c27419a2e88289e740c9fd50d714b791af
parent03eb5a50e7a1555e5d11963a5aee9eddf390f4e4 (diff)
downloadpostgresql-225a2247923ef1dec2eb19a9dbd403a7a6a78e78.tar.gz
postgresql-225a2247923ef1dec2eb19a9dbd403a7a6a78e78.zip
Missed a file...
access now compile with -Wall -Werror
-rw-r--r--src/backend/access/heap/stats.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/backend/access/heap/stats.c b/src/backend/access/heap/stats.c
index c3bf34006e6..3035e9fba29 100644
--- a/src/backend/access/heap/stats.c
+++ b/src/backend/access/heap/stats.c
@@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/access/heap/Attic/stats.c,v 1.7 1996/11/05 09:53:03 scrappy Exp $
+ * $Header: /cvsroot/pgsql/src/backend/access/heap/Attic/stats.c,v 1.8 1996/11/05 11:17:47 scrappy Exp $
*
* NOTES
* initam should be moved someplace else.
@@ -15,6 +15,8 @@
*-------------------------------------------------------------------------
*/
+#include <stdio.h>
+
#include <postgres.h>
#include <access/heapam.h>