1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-10 17:42:29 +03:00

clean up makefile

add #include "postgres.h"
This commit is contained in:
Marc G. Fournier
1996-10-31 10:37:53 +00:00
parent ffaff3dcd4
commit ae1d931e88
7 changed files with 24 additions and 19 deletions

View File

@@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/libpq/be-fsstubs.c,v 1.2 1996/09/23 08:29:52 scrappy Exp $
* $Header: /cvsroot/pgsql/src/backend/libpq/be-fsstubs.c,v 1.3 1996/10/31 10:37:49 scrappy Exp $
*
* NOTES
* This should be moved to a more appropriate place. It is here
@@ -25,6 +25,9 @@
#include "lib/dllist.h"
#include "libpq/libpq.h"
#include "libpq/libpq-fs.h"
#include "nodes/nodes.h"
#include "utils/memutils.h"
#include "lib/fstack.h"
#include "utils/mcxt.h"
#include "utils/palloc.h"