Skip to content

Commit e011575

Browse files
committed
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.
1 parent 570be1f commit e011575

File tree

1 file changed

+1
-0
lines changed
  • src/backend/storage/file

1 file changed

+1
-0
lines changed

src/backend/storage/file/fd.c

+1
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@
7676
#include "catalog/catalog.h"
7777
#include "catalog/pg_tablespace.h"
7878
#include "pgstat.h"
79+
#include "portability/mem.h"
7980
#include "storage/fd.h"
8081
#include "storage/ipc.h"
8182
#include "utils/guc.h"

0 commit comments

Comments
 (0)