mirror of
https://github.com/yuzu-emu/mbedtls
synced 2024-11-24 14:08:20 +00:00
pk_sign: add stdlib include
This commit is contained in:
parent
0cbe816bfc
commit
b364053a87
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@
|
|||
#include "mbedtls/platform.h"
|
||||
#else
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#define mbedtls_snprintf snprintf
|
||||
#define mbedtls_printf printf
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue