Skip to content
Snippets Groups Projects
Commit 585e0b9b authored by Robert Haas's avatar Robert Haas
Browse files

pqmq.h needs to include something that defines StringInfo.

Reported by Peter Eisentraut.
parent f443de87
No related branches found
No related tags found
No related merge requests found
......@@ -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 *);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment