diff --git a/library/x509_crt.c b/library/x509_crt.c index 7aefaa7432..b4fe8863a6 100644 --- a/library/x509_crt.c +++ b/library/x509_crt.c @@ -74,7 +74,11 @@ #if !defined(_WIN32) || defined(EFIX64) || defined(EFI32) #include #include +#if defined(__MBED__) +#include +#else #include +#endif /* __MBED__ */ #endif /* !_WIN32 || EFIX64 || EFI32 */ #endif