summaryrefslogtreecommitdiff
path: root/librabbitmq/amqp.h
diff options
context:
space:
mode:
Diffstat (limited to 'librabbitmq/amqp.h')
-rw-r--r--librabbitmq/amqp.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/librabbitmq/amqp.h b/librabbitmq/amqp.h
index 5807da5..2e8cecc 100644
--- a/librabbitmq/amqp.h
+++ b/librabbitmq/amqp.h
@@ -39,6 +39,8 @@
* ***** END LICENSE BLOCK *****
*/
+#include <stdint.h>
+
#ifdef __cplusplus
extern "C" {
#endif
@@ -413,4 +415,6 @@ RABBITMQ_EXPORT int amqp_parse_url(char *url,
}
#endif
+#include <amqp_framing.h>
+
#endif