mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-12-24 15:55:36 +00:00
Directly include stdint.h from asn1.h
asn1.h uses uint8_t which is defined in stdint.h. This wasn't caught earlier by the luck that whenever asn1.h was included, another header was included earlier that did in turn include stdint.h.
This commit is contained in:
parent
e8c52ff191
commit
d82f60da36
|
@ -31,6 +31,7 @@
|
|||
#endif
|
||||
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#if defined(MBEDTLS_BIGNUM_C)
|
||||
#include "bignum.h"
|
||||
|
|
Loading…
Reference in a new issue