Merge pull request #5172 from SparkiDev/jenkins_fixes_5

benchmark.c: fix Jenkins failure where byte, word32 not defined
This commit is contained in:
David Garske
2022-05-24 08:09:47 -07:00
committed by GitHub

View File

@@ -31,6 +31,7 @@
#include <wolfssl/options.h>
#endif
#include <wolfssl/wolfcrypt/settings.h>
#include <wolfssl/wolfcrypt/types.h>
#include <wolfssl/version.h>
#include <wolfssl/wolfcrypt/wc_port.h>
#include <wolfssl/wolfcrypt/ecc.h>