Skip to content

Commit 985ddf8

Browse files
committed
fix Windows build
1 parent 2927549 commit 985ddf8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gen_probackup_project.pl

+1
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,7 @@ sub build_pgprobackup
207207
$probackup->AddIncludeDir("$pgsrc/src/interfaces/libpq");
208208
$probackup->AddIncludeDir("$pgsrc/src");
209209
$probackup->AddIncludeDir("$pgsrc/src/port");
210+
$probackup->AddIncludeDir("$pgsrc/src/include/portability");
210211

211212
$probackup->AddIncludeDir("$currpath");
212213
$probackup->AddIncludeDir("$currpath/src");

0 commit comments

Comments
 (0)