diff --git a/library/ssl_misc.h b/library/ssl_misc.h index 78ec3bd7a9..7495ae3bec 100644 --- a/library/ssl_misc.h +++ b/library/ssl_misc.h @@ -11,6 +11,7 @@ #define MBEDTLS_SSL_MISC_H #include "mbedtls/build_info.h" +#include "common.h" #include "mbedtls/error.h" @@ -47,7 +48,7 @@ #include "ssl_ciphersuites_internal.h" #include "x509_internal.h" #include "pk_internal.h" -#include "common.h" + /* Shorthand for restartable ECC */ #if defined(MBEDTLS_ECP_RESTARTABLE) && \