1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-04 20:11:56 +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/Attic/portalbuf.c,v 1.1.1.1 1996/07/09 06:21:30 scrappy Exp $
* $Header: /cvsroot/pgsql/src/backend/libpq/Attic/portalbuf.c,v 1.2 1996/10/31 10:37:51 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
@@ -48,7 +48,7 @@
*
*/
#include <sys/types.h>
#include "c.h"
#include "postgres.h"
#include "libpq/libpq.h" /* where the declarations go */
#include "utils/exc.h"