From 99aa988abfe2d6cc9f921c867b6419ed10742da5 Mon Sep 17 00:00:00 2001 From: Alan Antonuk Date: Tue, 6 Mar 2012 16:10:36 -0500 Subject: amqp_framing.h should include amqp.h amqp_framing.h uses typedefs that are defined in amqp.h --- librabbitmq/codegen.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'librabbitmq/codegen.py') 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 + #ifdef __cplusplus extern "C" { #endif -- cgit v1.2.1