projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8285fae
)
Add needed #include.
author
Tom Lane
Mon, 19 Nov 2018 22:28:05 +0000
(17:28 -0500)
committer
Tom Lane
Mon, 19 Nov 2018 22:28:05 +0000
(17:28 -0500)
Per POSIX, WIFSIGNALED and related macros are provided by
.
Apparently on Linux they're also pulled in by some other inclusions,
but BSD-ish systems are pickier. Fixes portability issue in
ffa4cbd62
.
Per buildfarm.
src/backend/commands/copy.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/commands/copy.c
b/src/backend/commands/copy.c
index c26fb658c66c5b0798c16db2bfde5b530978cb36..1a7d4f99ee86a87e3921e1b94b302b5203bceb9f 100644
(file)
--- a/
src/backend/commands/copy.c
+++ b/
src/backend/commands/copy.c
@@
-17,6
+17,7
@@
#include
#include
#include
+#include
#include
#include