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

Commitd1587f1

Browse files
committed
Looks like we need <unistd.h> for select() on Darwin.
1 parent58f337a commitd1587f1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎src/port/pgsleep.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,13 @@
66
*
77
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
88
*
9-
* $PostgreSQL: pgsql/src/port/pgsleep.c,v 1.1 2004/02/1003:42:45 tgl Exp $
9+
* $PostgreSQL: pgsql/src/port/pgsleep.c,v 1.2 2004/02/1004:23:03 tgl Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
1313
#include"postgres.h"
1414

15+
#include<unistd.h>
1516
#include<sys/time.h>
1617

1718

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp