A small memory footprint AMQP implimentation

Dependents:   iothub_client_sample_amqp remote_monitoring simplesample_amqp

Revision:
27:d74f1cea23e1
Parent:
23:1111ee8bcba4
Child:
28:add19eb7defa
diff -r 64f1113cb959 -r d74f1cea23e1 amqp_frame_codec.c
--- a/amqp_frame_codec.c	Wed May 24 09:46:35 2017 -0700
+++ b/amqp_frame_codec.c	Fri Jun 02 15:53:07 2017 -0700
@@ -7,6 +7,7 @@
 #include <string.h>
 #include "azure_c_shared_utility/optimize_size.h"
 #include "azure_c_shared_utility/gballoc.h"
+#include "azure_c_shared_utility/xlogging.h"
 #include "azure_uamqp_c/amqp_frame_codec.h"
 #include "azure_uamqp_c/frame_codec.h"
 #include "azure_uamqp_c/amqpvalue.h"