1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Move include of signal.h inside pqsignal.h so it's always where it's needed.

This commit is contained in:
Bryan Henderson
1996-11-24 04:07:17 +00:00
parent 7e499bd112
commit d3f9d6ad4f
4 changed files with 6 additions and 9 deletions

View File

@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/libpq/pqcomm.c,v 1.8 1996/11/15 09:54:28 scrappy Exp $
* $Header: /cvsroot/pgsql/src/backend/libpq/pqcomm.c,v 1.9 1996/11/24 04:05:20 bryanh Exp $
*
*-------------------------------------------------------------------------
*/
@ -38,7 +38,6 @@
#include <string.h>
#include <errno.h>
#include <fcntl.h>
#include <signal.h>
#ifndef WIN32
#include <unistd.h> /* for ttyname() */
#include <sys/types.h>