Skip to content

Commit 04ec86c

Browse files
committed
Add missing include to support new toolchain settings
1 parent f8a76bf commit 04ec86c

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

src/crypto/crypto.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
#include <csp/arch/csp_time.h>
44
#include <stdlib.h>
55
#include <stdio.h>
6+
#include <string.h>
67

78
#ifdef USE_TWEETNACL
89
#include "tweetnacl.h"

src/csp_if_cblk.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
#include <stdio.h>
44
#include <endian.h>
5+
#include <string.h>
56
#include <csp/crypto/csp_hmac.h>
67
#include <csp/csp_id.h>
78
#include <csp/csp_iflist.h>

0 commit comments

Comments
 (0)