From c72bba9de479902e864e3a6802c934cf7fb45e39 Mon Sep 17 00:00:00 2001 From: David Wragg Date: Thu, 21 Oct 2010 17:49:04 +0100 Subject: Make the examples compile and work under Windows --- examples/amqp_listen.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'examples/amqp_listen.c') diff --git a/examples/amqp_listen.c b/examples/amqp_listen.c index 7fd5af2..86c4555 100644 --- a/examples/amqp_listen.c +++ b/examples/amqp_listen.c @@ -56,13 +56,9 @@ #include #include -#include #include -#include "example_utils.h" - -/* Private: compiled out in NDEBUG mode */ -extern void amqp_dump(void const *buffer, size_t len); +#include "utils.h" int main(int argc, char const * const *argv) { char const *hostname; -- cgit v1.2.1