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
Diff: iothub_message.h
- Revision:
- 36:67300d5a4c1f
- Parent:
- 18:1e9adb15c645
- Child:
- 38:a05929a75111
diff -r ceed20da4ba6 -r 67300d5a4c1f iothub_message.h --- a/iothub_message.h Tue Feb 16 14:24:56 2016 -0800 +++ b/iothub_message.h Fri Mar 11 17:00:59 2016 -0800 @@ -14,10 +14,14 @@ #ifdef __cplusplus #include <cstddef> +#include <ctime> +#include <cstdint> extern "C" { #else #include <stddef.h> +#include <time.h> +#include <stdint.h> #endif #define IOTHUB_MESSAGE_RESULT_VALUES \