Skip to content

Commit 878f1cc

Browse files
committed
Add stat.h for not Linux systems.
1 parent 80d2f4c commit 878f1cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/backend/access/heap/ptrack.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
#include "utils/array.h"
1818
#include "utils/relfilenodemap.h"
1919
#include <unistd.h>
20+
#include <sys/stat.h>
2021

2122
/* Effective data size */
2223
#define MAPSIZE (BLCKSZ - MAXALIGN(SizeOfPageHeaderData))

0 commit comments

Comments
 (0)