1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-11 10:01:57 +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/auth.c,v 1.4 1996/10/13 04:49:32 momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/libpq/auth.c,v 1.5 1996/10/31 10:37:48 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
@ -61,10 +61,13 @@
#include <netinet/in.h>
#include <arpa/inet.h>
#include <libpq/auth.h>
#include <libpq/libpq.h>
#include <libpq/libpq-be.h>
#include <libpq/hba.h>
#include "postgres.h"
#include "libpq/auth.h"
#include "libpq/libpq.h"
#include "libpq/libpq-be.h"
#include "libpq/hba.h"
/*----------------------------------------------------------------
* common definitions for generic fe/be routines