summaryrefslogtreecommitdiff
path: root/tools/consume.c
diff options
context:
space:
mode:
authorDavid Wragg <dpw@lshift.net>2010-05-30 23:31:40 +0100
committerDavid Wragg <dpw@lshift.net>2010-05-30 23:31:40 +0100
commit1c198e88d1a0c74676f8d6fade99b2531ba815b8 (patch)
tree133f008278e7badb652e94535ef29b58d383fea6 /tools/consume.c
parentbf06e86975f474da30e9c74faff7a99b0734e00e (diff)
downloadrabbitmq-c-github-ask-1c198e88d1a0c74676f8d6fade99b2531ba815b8.tar.gz
A Windows port, using MinGW/MSYS
Diffstat (limited to 'tools/consume.c')
-rw-r--r--tools/consume.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/consume.c b/tools/consume.c
index 9999960..2117bba 100644
--- a/tools/consume.c
+++ b/tools/consume.c
@@ -54,6 +54,7 @@
#include <stdlib.h>
#include "common.h"
+#include "process.h"
/* Convert a amqp_bytes_t to an escaped string form for printing. We
use the same escaping conventions as rabbitmqctl. */