From 2a49fef28e7776fb58f36487cae4c5f2546a3d15 Mon Sep 17 00:00:00 2001 From: Alon Bar-Lev Date: Fri, 5 Sep 2014 10:53:51 -0400 Subject: [PATCH] RT1771: Add string.h include. Reviewed-by: Dr. Stephen Henson (cherry picked from commit 8842987e5a76535597b9795b0408565baabf18d1) --- crypto/jpake/jpake.c | 1 + 1 file changed, 1 insertion(+) diff --git a/crypto/jpake/jpake.c b/crypto/jpake/jpake.c index 8e4b633ccc..f2489a4eef 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 -- 2.25.1