diff --git a/include/polarssl/compat-1.2.h b/include/polarssl/compat-1.2.h index 3e9c396dc1..64d1d63654 100644 --- a/include/polarssl/compat-1.2.h +++ b/include/polarssl/compat-1.2.h @@ -38,6 +38,7 @@ #if defined(__ARMCC_VERSION) && !defined(inline) #define inline __inline #endif /* __ARMCC_VERSION */ +#endif /* _MSC_VER */ #if defined(_MSC_VER) // MSVC does not support #warning