diff --git a/wolfcrypt/src/asn.c b/wolfcrypt/src/asn.c index 13cfb6c25..1d549ed24 100644 --- a/wolfcrypt/src/asn.c +++ b/wolfcrypt/src/asn.c @@ -32,7 +32,6 @@ #include "dc_rtc_api.h" /* to get current time */ #endif -#include #include #include #include diff --git a/wolfssl/wolfcrypt/asn.h b/wolfssl/wolfcrypt/asn.h index cf89bf32b..98cc3ff3d 100644 --- a/wolfssl/wolfcrypt/asn.h +++ b/wolfssl/wolfcrypt/asn.h @@ -25,6 +25,7 @@ #define WOLF_CRYPT_ASN_H #include +#include #ifndef NO_RSA #include #endif