aboutsummaryrefslogtreecommitdiff
path: root/lib/crypto-algorithms/sha256.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/crypto-algorithms/sha256.c')
-rw-r--r--lib/crypto-algorithms/sha256.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/crypto-algorithms/sha256.c b/lib/crypto-algorithms/sha256.c
index eb9c5c0..3acc274 100644
--- a/lib/crypto-algorithms/sha256.c
+++ b/lib/crypto-algorithms/sha256.c
@@ -15,6 +15,7 @@
/*************************** HEADER FILES ***************************/
#include <stdlib.h>
#include <memory.h>
+#include <string.h>
#include "sha256.h"
/****************************** MACROS ******************************/