device key: add memset include

pull/7364/head
Martin Kojtal 2018-06-28 14:17:15 +01:00
parent 5c0f1b5db3
commit f2cc21d038
1 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,8 @@
#include "mbed_wait_api.h"
#include "stdlib.h"
#include <string.h>
#if !defined(MBEDTLS_CMAC_C)
#error [NOT_SUPPORTED] MBEDTLS_CMAC_C needs to be enabled for this driver
#else