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:
parent
c35cad52f5
commit
284e841bf4
1 changed files with 2 additions and 0 deletions
|
@ -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];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue