summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Antonuk <aega@med.umich.edu>2012-03-06 16:12:25 -0500
committerAlan Antonuk <aega@med.umich.edu>2012-03-06 16:12:25 -0500
commit1c300fb6d7e0df86f767f9b4e53ba2c290c3c558 (patch)
treea6ca5673b2c20b8f6997f681d18cc6d9e8a1e2d7
parent99aa988abfe2d6cc9f921c867b6419ed10742da5 (diff)
downloadrabbitmq-c-github-ask-public_header_includes_fix.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
-rw-r--r--librabbitmq/amqp.h2
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