A small memory footprint AMQP implimentation

Dependents:   iothub_client_sample_amqp remote_monitoring simplesample_amqp

Revision:
40:f0ceafa8d570
Parent:
36:8e1d94b0a70c
Child:
43:4c1e4e94cdd3
diff -r e7c983378f41 -r f0ceafa8d570 message_sender.c
--- a/message_sender.c	Thu Feb 15 11:36:00 2018 -0800
+++ b/message_sender.c	Mon Mar 05 17:41:28 2018 -0800
@@ -8,9 +8,12 @@
 #include "azure_c_shared_utility/gballoc.h"
 #include "azure_c_shared_utility/xlogging.h"
 #include "azure_c_shared_utility/tickcounter.h"
+#include "azure_uamqp_c/link.h"
+#include "azure_uamqp_c/message.h"
 #include "azure_uamqp_c/message_sender.h"
 #include "azure_uamqp_c/amqpvalue_to_string.h"
 #include "azure_uamqp_c/async_operation.h"
+#include "azure_uamqp_c/amqp_definitions.h"
 
 typedef enum MESSAGE_SEND_STATE_TAG
 {