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

Commitcb09903

Browse files
committed
Add needed #include.
Per POSIX, WIFSIGNALED and related macros are provided by <sys/wait.h>.Apparently on Linux they're also pulled in by some other inclusions,but BSD-ish systems are pickier. Fixes portability issue inffa4cbd.Per buildfarm.
1 parentffa4cbd commitcb09903

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎src/backend/commands/copy.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
#include<ctype.h>
1818
#include<unistd.h>
1919
#include<sys/stat.h>
20+
#include<sys/wait.h>
2021

2122
#include"access/heapam.h"
2223
#include"access/htup_details.h"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp