pqmq.h needs to include something that defines StringInfo.

Reported by Peter Eisentraut.
This commit is contained in:
Robert Haas 2014-11-03 12:23:08 -05:00
parent f443de873e
commit 585e0b9b27
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@
#ifndef PQMQ_H
#define PQMQ_H
#include "lib/stringinfo.h"
#include "storage/shm_mq.h"
extern void pq_redirect_to_shm_mq(shm_mq *, shm_mq_handle *);