Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndres Freund2016-03-12 20:16:48 +0000
committerAndres Freund2016-03-12 20:16:48 +0000
commite01157500f26342bf4f067a4eb1e45ab9a3cd410 (patch)
tree833ec373e380b42652524ab5266aa7e62760b731 /src/backend
parent570be1f73f385abb557bda15b718d7aac616cc15 (diff)
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.
Diffstat (limited to 'src/backend')
-rw-r--r--src/backend/storage/file/fd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/backend/storage/file/fd.c b/src/backend/storage/file/fd.c
index 046d1b3cc30..3e02dceccd3 100644
--- a/src/backend/storage/file/fd.c
+++ b/src/backend/storage/file/fd.c
@@ -76,6 +76,7 @@
#include "catalog/catalog.h"
#include "catalog/pg_tablespace.h"
#include "pgstat.h"
+#include "portability/mem.h"
#include "storage/fd.h"
#include "storage/ipc.h"
#include "utils/guc.h"