Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit b16516b

Browse files
committed
It seems some platforms declare kill(2) in signal.h not unistd.h.
1 parent 7415105 commit b16516b

File tree

1 file changed

+2
-1
lines changed
  • src/backend/storage/ipc

1 file changed

+2
-1
lines changed

src/backend/storage/ipc/ipc.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $Header: /cvsroot/pgsql/src/backend/storage/ipc/ipc.c,v 1.54 2000/11/28 23:27:56 tgl Exp $
11+
* $Header: /cvsroot/pgsql/src/backend/storage/ipc/ipc.c,v 1.55 2000/11/30 03:11:24 tgl Exp $
1212
*
1313
* NOTES
1414
*
@@ -30,6 +30,7 @@
3030
#include <sys/types.h>
3131
#include <sys/file.h>
3232
#include <errno.h>
33+
#include <signal.h>
3334
#include <unistd.h>
3435

3536
#include "storage/ipc.h"

0 commit comments

Comments
 (0)