corrected version (with typedef struct IOTHUB_CLIENT_LL_UPLOADTOBLOB_HANDLE_DATA* IOTHUB_CLIENT_LL_UPLOADTOBLOB_HANDLE;) included in the sources

Dependents:   STM32F746_iothub_client_sample_mqtt

Fork of iothub_client by Azure IoT

Revision:
33:b372b0efcd20
Parent:
32:6e9d81a62085
Child:
34:578a1a3636cc
--- a/iothub_client_ll.c	Thu Jan 28 10:04:01 2016 -0800
+++ b/iothub_client_ll.c	Thu Jan 28 12:38:46 2016 -0800
@@ -12,7 +12,7 @@
 #include "iothub_client_ll.h"
 #include "iothub_client_private.h"
 #include "doublylinkedlist.h"
-#include "version.h"
+#include "iothub_client_version.h"
 
 #include "iot_logging.h"