diff options
author | Alan Antonuk <aega@med.umich.edu> | 2012-03-06 16:12:25 -0500 |
---|---|---|
committer | Alan Antonuk <aega@med.umich.edu> | 2012-03-06 16:12:25 -0500 |
commit | 1c300fb6d7e0df86f767f9b4e53ba2c290c3c558 (patch) | |
tree | a6ca5673b2c20b8f6997f681d18cc6d9e8a1e2d7 /librabbitmq | |
parent | 99aa988abfe2d6cc9f921c867b6419ed10742da5 (diff) | |
download | rabbitmq-c-github-ask-1c300fb6d7e0df86f767f9b4e53ba2c290c3c558.tar.gz |
amqp.h should include amqp_framing.h at the bottompublic_header_includes_fix
Lessen the requirement on developers to #include multiple related files
Diffstat (limited to 'librabbitmq')
-rw-r--r-- | librabbitmq/amqp.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 <amqp_framing.h> + #endif |