]> 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)
commite2631255e48faff5541259eb775afed0ee96e856
tree9ebc91fb7bdb3000312b073e999b2f5e68847db2
parent8dc49a8934de023c08890035d96916994bd9b297
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