File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 21
21
*
22
22
*
23
23
* IDENTIFICATION
24
- * $Header: /cvsroot/pgsql/src/backend/port/ipc_test.c,v 1.1 2002/05/05 16:02:37 tgl Exp $
24
+ * $Header: /cvsroot/pgsql/src/backend/port/ipc_test.c,v 1.2 2002/05/05 16:14:24 tgl Exp $
25
25
*
26
26
*-------------------------------------------------------------------------
27
27
*/
28
28
#include "postgres.h"
29
29
30
+ #include <errno.h>
30
31
#include <unistd.h>
31
32
32
33
#include "miscadmin.h"
Original file line number Diff line number Diff line change 11
11
* Portions Copyright (c) 1994, Regents of the University of California
12
12
*
13
13
* IDENTIFICATION
14
- * $Header: /cvsroot/pgsql/src/backend/port/posix_sema.c,v 1.3 2002/05/05 16:01:50 tgl Exp $
14
+ * $Header: /cvsroot/pgsql/src/backend/port/posix_sema.c,v 1.4 2002/05/05 16:14:24 tgl Exp $
15
15
*
16
16
*-------------------------------------------------------------------------
17
17
*/
18
18
#include "postgres.h"
19
19
20
20
#include <errno.h>
21
+ #include <fcntl.h>
21
22
#include <signal.h>
22
23
#include <unistd.h>
23
24
You can’t perform that action at this time.
0 commit comments