mirror of
https://github.com/postgres/postgres.git
synced 2025-06-11 20:28:21 +03:00
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.
This commit is contained in:
@ -76,6 +76,7 @@
|
|||||||
#include "catalog/catalog.h"
|
#include "catalog/catalog.h"
|
||||||
#include "catalog/pg_tablespace.h"
|
#include "catalog/pg_tablespace.h"
|
||||||
#include "pgstat.h"
|
#include "pgstat.h"
|
||||||
|
#include "portability/mem.h"
|
||||||
#include "storage/fd.h"
|
#include "storage/fd.h"
|
||||||
#include "storage/ipc.h"
|
#include "storage/ipc.h"
|
||||||
#include "utils/guc.h"
|
#include "utils/guc.h"
|
||||||
|
Reference in New Issue
Block a user