diff options
Diffstat (limited to 'extmod/crypto-algorithms')
| -rw-r--r-- | extmod/crypto-algorithms/sha256.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extmod/crypto-algorithms/sha256.c b/extmod/crypto-algorithms/sha256.c index 276611cfd..9b5e45d23 100644 --- a/extmod/crypto-algorithms/sha256.c +++ b/extmod/crypto-algorithms/sha256.c @@ -14,6 +14,7 @@ /*************************** HEADER FILES ***************************/ #include <stdlib.h> +#include <string.h> #include "sha256.h" /****************************** MACROS ******************************/ |
