A small memory footprint AMQP implimentation

Dependents:   iothub_client_sample_amqp remote_monitoring simplesample_amqp

Revision:
40:f0ceafa8d570
Parent:
30:0407b2db334c
Child:
43:4c1e4e94cdd3
diff -r e7c983378f41 -r f0ceafa8d570 session.c
--- a/session.c	Thu Feb 15 11:36:00 2018 -0800
+++ b/session.c	Mon Mar 05 17:41:28 2018 -0800
@@ -8,6 +8,7 @@
 #include "azure_c_shared_utility/xlogging.h"
 #include "azure_uamqp_c/session.h"
 #include "azure_uamqp_c/connection.h"
+#include "azure_uamqp_c/amqp_definitions.h"
 
 typedef struct LINK_ENDPOINT_INSTANCE_TAG
 {