Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 225a224

Browse files
committed
Missed a file...
access now compile with -Wall -Werror
1 parent 03eb5a5 commit 225a224

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/backend/access/heap/stats.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,16 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/access/heap/Attic/stats.c,v 1.7 1996/11/05 09:53:03 scrappy Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/access/heap/Attic/stats.c,v 1.8 1996/11/05 11:17:47 scrappy Exp $
1111
*
1212
* NOTES
1313
* initam should be moved someplace else.
1414
*
1515
*-------------------------------------------------------------------------
1616
*/
1717

18+
#include <stdio.h>
19+
1820
#include <postgres.h>
1921

2022
#include <access/heapam.h>

0 commit comments

Comments
 (0)