Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit f389aa0

Browse files
committed
libpq-int.h needed for rsocket build
1 parent ad9a847 commit f389aa0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pglogical_receiver.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@
3939
#include "utils/portal.h"
4040
#include "tcop/pquery.h"
4141

42+
#ifdef WITH_RSOCKET
43+
#include "libpq-int.h"
44+
#endif
45+
4246
#include "multimaster.h"
4347
#include "spill.h"
4448
#include "state.h"

0 commit comments

Comments
 (0)