Skip to content

Commit 1b66532

Browse files
committed
Fix compilation of pgvisibility on Win32
1 parent b0a76c2 commit 1b66532

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

contrib/pg_visibility/pg_visibility.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
#ifndef WIN32
2525
#include <sys/mman.h>
2626
#endif
27+
#include "portability/mem.h"
2728
#include <sys/file.h>
2829
#include <sys/param.h>
2930
#include <sys/stat.h>

0 commit comments

Comments
 (0)