From: Bruce Momjian Date: Sun, 28 Jan 2007 02:33:09 +0000 (+0000) Subject: Add signal.h for sys_siglist reference. X-Git-Tag: REL8_3_BETA1~1409 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c2c0b318d8966a2fa94690db3d5876a659adace8;p=thirdparty%2Fpostgresql.git Add signal.h for sys_siglist reference. --- diff --git a/src/port/exec.c b/src/port/exec.c index c97d70751f9..5834b7f114f 100644 --- a/src/port/exec.c +++ b/src/port/exec.c @@ -9,7 +9,7 @@ * * * IDENTIFICATION - * $PostgreSQL: pgsql/src/port/exec.c,v 1.49 2007/01/28 01:12:05 momjian Exp $ + * $PostgreSQL: pgsql/src/port/exec.c,v 1.50 2007/01/28 02:33:09 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -22,6 +22,7 @@ #include #include +#include #include #include #include