mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 10:47:28 +02:00
Merge pull request #5291 from kaleb-himes/FRDM-K64-Fixes
Add necessary includes for cross-builds
This commit is contained in:
@ -28,6 +28,7 @@
|
|||||||
#include <wolfssl/wolfcrypt/wc_port.h>
|
#include <wolfssl/wolfcrypt/wc_port.h>
|
||||||
#include <wolfcrypt/benchmark/benchmark.h>
|
#include <wolfcrypt/benchmark/benchmark.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
#include "hw.h" /* Needed for 'delay_us' prototype */
|
||||||
|
|
||||||
typedef struct func_args {
|
typedef struct func_args {
|
||||||
int argc;
|
int argc;
|
||||||
|
@ -28,6 +28,8 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include <wolfssl/wolfcrypt/types.h> /* Needed for 'byte' typedef */
|
||||||
|
|
||||||
/* run all benchmark entry */
|
/* run all benchmark entry */
|
||||||
#ifdef HAVE_STACK_SIZE
|
#ifdef HAVE_STACK_SIZE
|
||||||
THREAD_RETURN WOLFSSL_THREAD benchmark_test(void* args);
|
THREAD_RETURN WOLFSSL_THREAD benchmark_test(void* args);
|
||||||
|
Reference in New Issue
Block a user