1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-25 01:02:05 +03:00

Cleanup Makefiles

Add #include "postgres.h"
	and
    #include <sys/types.h>
This commit is contained in:
Marc G. Fournier
1996-10-31 10:59:42 +00:00
parent eb501f1cd3
commit 76294e1d38
16 changed files with 49 additions and 31 deletions

View File

@ -7,12 +7,15 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/optimizer/path/joinpath.c,v 1.1.1.1 1996/07/09 06:21:35 scrappy Exp $
* $Header: /cvsroot/pgsql/src/backend/optimizer/path/joinpath.c,v 1.2 1996/10/31 10:59:00 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#include <sys/types.h>
#include <math.h>
#include "postgres.h"
#include "storage/buf_internals.h"
#include "nodes/pg_list.h"