1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-07 00:36:50 +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/pqcomm.c,v 1.3 1996/10/31 10:16:09 scrappy Exp $
* $Header: /cvsroot/pgsql/src/backend/libpq/pqcomm.c,v 1.4 1996/10/31 10:37:52 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
@ -34,6 +34,9 @@
* the postgres backend.
*
*/
#include "postgres.h"
#include "libpq/pqsignal.h" /* substitute for <signal.h> */
#include <stdio.h>
#include <string.h>
@ -55,11 +58,9 @@
#endif /* SOMAXCONN */
#endif /* linux */
#include "c.h"
#include "libpq/auth.h"
#include "libpq/libpq.h" /* where the declarations go */
#include "libpq/pqcomm.h"
#include "utils/elog.h"
/* ----------------
* declarations