diff --git a/wolfcrypt/test/test.c b/wolfcrypt/test/test.c index fb0d030e3..6cfc27651 100644 --- a/wolfcrypt/test/test.c +++ b/wolfcrypt/test/test.c @@ -44,6 +44,11 @@ #undef err_sys #endif +#if defined(WC_ECC_NONBLOCK) && defined(WOLFSSL_PUBLIC_MP) && \ + defined(HAVE_ECC_SIGN) && defined(HAVE_ECC_VERIFY) + #include +#endif + #if defined(HAVE_STACK_SIZE_VERBOSE) #ifdef WOLFSSL_TEST_MAX_RELATIVE_STACK_BYTES static ssize_t max_relative_stack = WOLFSSL_TEST_MAX_RELATIVE_STACK_BYTES;