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:
@ -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"
|
||||
|
Reference in New Issue
Block a user