Commit 585e0b9b authored by Robert Haas's avatar Robert Haas

pqmq.h needs to include something that defines StringInfo.

Reported by Peter Eisentraut.
parent f443de87
......@@ -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 *);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment