Skip to content

Commit f755d54

Browse files
author
Sofia Kopikova
committed
Fix wrong ifdef
1 parent 53a3e1b commit f755d54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pg_probackup.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
#include "pg_probackup_state.h"
4545

46-
#ifdef PGPRO_S3
46+
#ifdef PBCKP_S3
4747
#include "../s3/s3.h"
4848
#endif
4949

0 commit comments

Comments
 (0)