mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-07-23 00:28:29 +00:00
Fix bee8ded
in error template file too
This commit is contained in:
parent
d27680bd5e
commit
0464dd9357
|
@ -29,9 +29,11 @@
|
||||||
#include POLARSSL_CONFIG_FILE
|
#include POLARSSL_CONFIG_FILE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(POLARSSL_ERROR_C)
|
#if defined(POLARSSL_ERROR_C) || defined(POLARSSL_ERROR_STRERROR_DUMMY)
|
||||||
|
|
||||||
#include "polarssl/error.h"
|
#include "polarssl/error.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#if defined(POLARSSL_ERROR_C)
|
||||||
|
|
||||||
HEADER_INCLUDED
|
HEADER_INCLUDED
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue