Azure IoT common library

Dependents:   STM32F746_iothub_client_sample_mqtt f767zi_mqtt iothub_client_sample_amqp iothub_client_sample_http ... more

Revision:
18:6d8a413a4d9a
Parent:
7:1af47e3a19b6
Child:
19:2e0811512ceb
diff -r 9051ba70fc73 -r 6d8a413a4d9a string_tokenizer.c
--- a/string_tokenizer.c	Sun Jan 08 11:12:54 2017 -0800
+++ b/string_tokenizer.c	Fri Jan 13 18:41:15 2017 -0800
@@ -13,6 +13,7 @@
 // PUT NO CLIENT LIBRARY INCLUDES BEFORE HERE
 //
 
+#include <stdlib.h>
 #include <stdbool.h>
 #include "azure_c_shared_utility/string_tokenizer.h"
 #include "azure_c_shared_utility/xlogging.h"