From fab9e295136c5220bfab290f25f97c42126a184e Mon Sep 17 00:00:00 2001 From: Sean Parkinson Date: Tue, 24 May 2022 12:10:01 +1000 Subject: [PATCH] benchmark.c: fix Jenkins failure where byte, word32 not defined --- wolfcrypt/benchmark/benchmark.c | 1 + 1 file changed, 1 insertion(+) diff --git a/wolfcrypt/benchmark/benchmark.c b/wolfcrypt/benchmark/benchmark.c index 054939494..7111e2691 100644 --- a/wolfcrypt/benchmark/benchmark.c +++ b/wolfcrypt/benchmark/benchmark.c @@ -31,6 +31,7 @@ #include #endif #include +#include #include #include #include