Microsoft Azure IoTHub client MQTT transport

Dependents:   STM32F746_iothub_client_sample_mqtt FXOS8700CQ_To_Azure_IoT f767zi_mqtt FXOS8700CQ_To_Azure_IoT ... more

Revision:
28:0cd355c3294e
Parent:
20:594780be216d
Child:
39:6231984e0179
--- a/iothubtransportmqtt.c	Fri Aug 25 11:22:29 2017 -0700
+++ b/iothubtransportmqtt.c	Mon Sep 11 09:22:41 2017 -0700
@@ -7,6 +7,7 @@
 #include "azure_c_shared_utility/tlsio.h"
 #include "azure_c_shared_utility/platform.h"
 #include "iothubtransport_mqtt_common.h"
+#include "azure_c_shared_utility/xlogging.h"
 
 static XIO_HANDLE getIoTransportProvider(const char* fully_qualified_name, const MQTT_TRANSPORT_PROXY_OPTIONS* mqtt_transport_proxy_options)
 {