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:
6:6239db25586d
--- a/version.c	Thu Jan 28 10:04:01 2016 -0800
+++ b/version.c	Thu Jan 28 12:38:46 2016 -0800
@@ -1,7 +1,7 @@
 // Copyright (c) Microsoft. All rights reserved.
 // Licensed under the MIT license. See LICENSE file in the project root for full license information.
 
-#include "version.h"
+#include "iothub_client_version.h"
 
 const char* IoTHubClient_GetVersionString(void)
 {