diff --git a/riot-headers.h b/riot-headers.h index b6023a6..c50edc5 100644 --- a/riot-headers.h +++ b/riot-headers.h @@ -184,6 +184,14 @@ #include "ws281x.h" #endif +/* wolfSSL */ +#if defined(MODULE_WOLFSSL) && !defined(IS_C2RUST) +#include +#include +#include +#include +#endif + // Note that while the actual definitions are always in board.h, this defines // the fallback macros that make sure that in the LED macros' absence, // fallbacks are there.