Microsoft Azure IoTHub client MQTT transport

Dependents:   STM32F746_iothub_client_sample_mqtt FXOS8700CQ_To_Azure_IoT f767zi_mqtt FXOS8700CQ_To_Azure_IoT ... more

Revision:
1:f2e563755d91
Parent:
0:5e72a75c31b8
Child:
3:40f482ed0be8
--- a/iothubtransportmqtt.h	Fri Mar 25 16:00:10 2016 -0700
+++ b/iothubtransportmqtt.h	Fri Apr 08 13:24:20 2016 -0700
@@ -4,7 +4,8 @@
 #ifndef IOTHUBTRANSPORTMQTT_H
 #define IOTHUBTRANSPORTMQTT_H
 
-#include "iothub_client_private.h"
+#include "iothub_client_ll.h"
+#include "iothub_transport_ll.h"
 
 #ifdef __cplusplus
 extern "C"