Skip to content

Commit a104dac

Browse files
authored
Merge pull request #14655 from rwalton-arm/fix_missing_stub_include
mbedtls_stub: Add missing include
2 parents 125f584 + 31926c8 commit a104dac

File tree

1 file changed

+1
-0
lines changed
  • connectivity/nanostack/coap-service/test/coap-service/unittest/stub

1 file changed

+1
-0
lines changed

connectivity/nanostack/coap-service/test/coap-service/unittest/stub/mbedtls_stub.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
* limitations under the License.
1616
*/
1717

18+
#include <string.h> // memset
1819
#include "mbedtls_stub.h"
1920

2021
mbedtls_stub_def mbedtls_stub;

0 commit comments

Comments
 (0)