From 225a2247923ef1dec2eb19a9dbd403a7a6a78e78 Mon Sep 17 00:00:00 2001 From: "Marc G. Fournier" Date: Tue, 5 Nov 1996 11:17:47 +0000 Subject: [PATCH] Missed a file... access now compile with -Wall -Werror --- src/backend/access/heap/stats.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/backend/access/heap/stats.c b/src/backend/access/heap/stats.c index c3bf34006e..3035e9fba2 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 + #include #include