lib: updatehub: Fix compile warning

Based on the current platform a warning can raise becase of missing
string.h include file.

Signed-off-by: Gerson Fernando Budke <gerson.budke@ossystems.com.br>
This commit is contained in:
Gerson Fernando Budke 2020-05-15 23:34:58 -03:00 committed by Carles Cufí
commit 284e841bf4

View file

@ -5,6 +5,8 @@
*/
#include "updatehub_device.h"
#include <string.h>
bool updatehub_get_device_identity(char *id, int id_max_len)
{
u8_t hwinfo_id[DEVICE_ID_BIN_MAX_SIZE];