Skip to content

Commit ce50202

Browse files
committed
Fix compilation on non-linux systems
1 parent cea0987 commit ce50202

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/access/heap/ptrack.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#include "utils/array.h"
1818
#include "utils/relfilenodemap.h"
1919
#include <unistd.h>
20-
20+
#include <sys/stat.h>
2121
/* Effective data size */
2222
#define MAPSIZE (BLCKSZ - MAXALIGN(SizeOfPageHeaderData))
2323

0 commit comments

Comments
 (0)