Skip to content

Commit 585e0b9

Browse files
committed
pqmq.h needs to include something that defines StringInfo.
Reported by Peter Eisentraut.
1 parent f443de8 commit 585e0b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/include/libpq/pqmq.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
#ifndef PQMQ_H
1414
#define PQMQ_H
1515

16+
#include "lib/stringinfo.h"
1617
#include "storage/shm_mq.h"
1718

1819
extern void pq_redirect_to_shm_mq(shm_mq *, shm_mq_handle *);

0 commit comments

Comments
 (0)