Include portability/mem.h into fd.c for MAP_FAILED.
authorAndres Freund <andres@anarazel.de>
Sat, 12 Mar 2016 20:16:48 +0000 (12:16 -0800)
committerAndres Freund <andres@anarazel.de>
Sat, 12 Mar 2016 20:16:48 +0000 (12:16 -0800)
commite01157500f26342bf4f067a4eb1e45ab9a3cd410
tree833ec373e380b42652524ab5266aa7e62760b731
parent570be1f73f385abb557bda15b718d7aac616cc15
Include portability/mem.h into fd.c for MAP_FAILED.

Buildfarm members gaur and pademelon are old enough not to know about
MAP_FAILED; which is used in 428b1d6. Include portability/mem.h to fix;
as already done in a bunch of other places.
src/backend/storage/file/fd.c