summaryrefslogtreecommitdiff
path: root/librabbitmq/codegen.py
diff options
context:
space:
mode:
authorAlan Antonuk <aega@med.umich.edu>2012-03-06 16:10:36 -0500
committerAlan Antonuk <aega@med.umich.edu>2012-03-06 16:10:36 -0500
commit99aa988abfe2d6cc9f921c867b6419ed10742da5 (patch)
tree0c0e9dc206dee6335a758d37c93de63806724576 /librabbitmq/codegen.py
parent7d222a75e098a73746de945da8f1ff368709e6ee (diff)
downloadrabbitmq-c-github-ask-99aa988abfe2d6cc9f921c867b6419ed10742da5.tar.gz
amqp_framing.h should include amqp.h
amqp_framing.h uses typedefs that are defined in amqp.h
Diffstat (limited to 'librabbitmq/codegen.py')
-rw-r--r--librabbitmq/codegen.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/librabbitmq/codegen.py b/librabbitmq/codegen.py
index 905d313..cc07bcb 100644
--- a/librabbitmq/codegen.py
+++ b/librabbitmq/codegen.py
@@ -566,6 +566,8 @@ def genHrl(spec):
#ifndef librabbitmq_amqp_framing_h
#define librabbitmq_amqp_framing_h
+#include <amqp.h>
+
#ifdef __cplusplus
extern "C" {
#endif