Move from inttypes.h to stdint.h
Some toolchains do not have inttypes.h, and we only need stdint.h which is a subset of it.
This commit is contained in:
parent
e7e89844d6
commit
9386664543
4 changed files with 4 additions and 4 deletions
|
@ -46,7 +46,7 @@
|
|||
#include <basetsd.h>
|
||||
typedef UINT32 uint32_t;
|
||||
#else
|
||||
#include <inttypes.h>
|
||||
#include <stdint.h>
|
||||
#endif
|
||||
|
||||
#if defined(MBEDTLS_HAVE_TIME)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue