From 8842987e5a76535597b9795b0408565baabf18d1 Mon Sep 17 00:00:00 2001 From: Alon Bar-Lev Date: Fri, 5 Sep 2014 10:53:51 -0400 Subject: RT1771: Add string.h include. Reviewed-by: Dr. Stephen Henson --- crypto/jpake/jpake.c | 1 + 1 file changed, 1 insertion(+) (limited to 'crypto/jpake') diff --git a/crypto/jpake/jpake.c b/crypto/jpake/jpake.c index 736d3c0916..19382e3b81 100644 --- a/crypto/jpake/jpake.c +++ b/crypto/jpake/jpake.c @@ -4,6 +4,7 @@ #include #include #include +#include /* * In the definition, (xa, xb, xc, xd) are Alice's (x1, x2, x3, x4) or -- cgit v1.2.3