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

Commita736540

Browse files
committed
Add #include <sys/time.h> for struct timeval definition on BSD/OS.
1 parent47a09ed commita736540

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎src/backend/replication/walreceiver/walreceiver.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,14 @@
2828
*
2929
*
3030
* IDENTIFICATION
31-
* $PostgreSQL: pgsql/src/backend/replication/walreceiver/walreceiver.c,v 1.1 2010/01/15 09:19:03 heikki Exp $
31+
* $PostgreSQL: pgsql/src/backend/replication/walreceiver/walreceiver.c,v 1.2 2010/01/16 01:55:28 momjian Exp $
3232
*
3333
*-------------------------------------------------------------------------
3434
*/
3535
#include"postgres.h"
3636

3737
#include<unistd.h>
38+
#include<sys/time.h>
3839

3940
#include"access/xlog_internal.h"
4041
#include"libpq-fe.h"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp