]> granicus.if.org Git - postgresql/commit
Add needed #include.
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 19 Nov 2018 22:28:04 +0000 (17:28 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 19 Nov 2018 22:28:04 +0000 (17:28 -0500)
commitcb09903fe63132a35e4b217bc394882b05c0c6f3
tree942006adb869816a156956de4ed240911c15aa8d
parentffa4cbd623dd69f9fa99e5e92426928a5782cf1a
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 in ffa4cbd62.

Per buildfarm.
src/backend/commands/copy.c