From 1c300fb6d7e0df86f767f9b4e53ba2c290c3c558 Mon Sep 17 00:00:00 2001 From: Alan Antonuk Date: Tue, 6 Mar 2012 16:12:25 -0500 Subject: amqp.h should include amqp_framing.h at the bottom Lessen the requirement on developers to #include multiple related files --- librabbitmq/amqp.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/librabbitmq/amqp.h b/librabbitmq/amqp.h index dcf4de3..2e8cecc 100644 --- a/librabbitmq/amqp.h +++ b/librabbitmq/amqp.h @@ -415,4 +415,6 @@ RABBITMQ_EXPORT int amqp_parse_url(char *url, } #endif +#include + #endif -- cgit v1.2.1