Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit262c71a

Browse files
committed
Add missing #includes, needed on some platforms. This should make
the unixware buildfarm animals happy again.
1 parent2746e5f commit262c71a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

‎src/backend/port/unix_latch.c

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
* Portions Copyright (c) 1994, Regents of the University of California
7878
*
7979
* IDENTIFICATION
80-
* $PostgreSQL: pgsql/src/backend/port/unix_latch.c,v 1.1 2010/09/1115:48:04 heikki Exp $
80+
* $PostgreSQL: pgsql/src/backend/port/unix_latch.c,v 1.2 2010/09/1116:26:04 heikki Exp $
8181
*
8282
*-------------------------------------------------------------------------
8383
*/
@@ -86,6 +86,11 @@
8686
#include<fcntl.h>
8787
#include<signal.h>
8888
#include<unistd.h>
89+
#include<sys/time.h>
90+
#include<sys/types.h>
91+
#ifdefHAVE_SYS_SELECT_H
92+
#include<sys/select.h>
93+
#endif
8994

9095
#include"miscadmin.h"
9196
#include"storage/latch.h"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp